Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Barcode
+ Граф наследования:Barcode:

Открытые члены

 __construct (BarcodeRepositoryContract $repository)
 
 setStoreId (int $storeId)
 
 getStoreId ()
 
 setProductId (int $productId)
 
 getProductId ()
 
 setBarcode (?string $barcode)
 
 unsetBarcode ()
 
 hasBarcode ()
 
 getBarcode ()
 
- Открытые члены унаследованные от BaseEntity
 __construct (RepositoryContract $repository=null)
 
 initFields (array $fields)
 
 setParentCollection (?BaseCollection $collection)
 
 getParentCollection ()
 
 getParent ()
 
 getHash ()
 
 setField (string $name, $value)
 
 setFieldNoDemand (string $name, $value)
 
 hasField (string $name)
 
 getField (string $name)
 
 setFields (array $fields)
 
 getFields ()
 
 getChangedFields ()
 
 hasChangedFields ()
 
 isChanged ()
 
 isNew ()
 
 getId ()
 
 setId (int $id)
 
 remove ()
 
 save ()
 
 saveInternal ()
 
 deleteInternal ()
 
 clearChangedFields ()
 

Защищенные члены

 getFieldsMap ()
 
- Защищенные члены унаследованные от BaseEntity
 getFieldStorage ()
 
 createFieldStorage ()
 
 saveInternalEntity ()
 
 getChildCollections (bool $initCollections=false)
 

Дополнительные унаследованные члены

- Защищенные данные унаследованные от BaseEntity
 $entityRepository
 

Подробное описание

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

Конструктор(ы)

◆ __construct()

__construct ( BarcodeRepositoryContract $repository)

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

Методы

◆ getBarcode()

getBarcode ( )

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

◆ getFieldsMap()

getFieldsMap ( )
protected

Переопределяет метод предка BaseEntity.

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

◆ getProductId()

getProductId ( )

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

◆ getStoreId()

getStoreId ( )

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

◆ hasBarcode()

hasBarcode ( )

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

◆ setBarcode()

setBarcode ( ?string $barcode)

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

◆ setProductId()

setProductId ( int $productId)

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

◆ setStoreId()

setStoreId ( int $storeId)

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

◆ unsetBarcode()

unsetBarcode ( )

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