Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Пространство имен Bitrix\Catalog\Document\Action\Barcode

Классы

class  AddStoreBarcodeAction
 
class  DeleteStoreBarcodeAction
 

Функции

 __construct (?int $storeId, int $productId, string $barcode, int $userId)
 
 getBarcodeRow ()
 

Переменные

trait BaseStoreBarcodeAction
 
 $productId
 
 $barcode
 
 $userId
 

Функции

◆ __construct()

__construct ( ?int $storeId,
int $productId,
string $barcode,
int $userId )
Аргументы
int | null$storeId
int$productId
string$barcode
int$userId

См. определение в файле basestorebarcodeaction.php строка 38

◆ getBarcodeRow()

getBarcodeRow ( )
protected

Barcode row.

Возвращает
array|null

См. определение в файле basestorebarcodeaction.php строка 56

Переменные

◆ $barcode

$barcode
protected

См. определение в файле basestorebarcodeaction.php строка 25

◆ $productId

$productId
protected

См. определение в файле basestorebarcodeaction.php строка 20

◆ $userId

$userId
protected

См. определение в файле basestorebarcodeaction.php строка 30

◆ BaseStoreBarcodeAction

trait BaseStoreBarcodeAction
Инициализатор
{
protected $storeId

Barcodes base trait.

См. определение в файле basestorebarcodeaction.php строка 10