Классы | |
class | AddStoreBarcodeAction |
class | DeleteStoreBarcodeAction |
Функции | |
__construct (?int $storeId, int $productId, string $barcode, int $userId) | |
getBarcodeRow () | |
Переменные | |
trait | BaseStoreBarcodeAction |
$productId | |
$barcode | |
$userId | |
__construct | ( | ?int | $storeId, |
int | $productId, | ||
string | $barcode, | ||
int | $userId | ||
) |
int | null | $storeId | |
int | $productId | |
string | $barcode | |
int | $userId |
См. определение в файле basestorebarcodeaction.php строка 38
|
protected |
|
protected |
См. определение в файле basestorebarcodeaction.php строка 25
|
protected |
См. определение в файле basestorebarcodeaction.php строка 20
|
protected |
См. определение в файле basestorebarcodeaction.php строка 30
trait BaseStoreBarcodeAction |
Barcodes base trait.
См. определение в файле basestorebarcodeaction.php строка 10