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

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

 __construct (ContainerContract $container, BarcodeFactory $factory)
 
 create ()
 
 setSimpleBarcodeValue (string $value='')
 
- Открытые члены унаследованные от BaseCollection
 getParent ()
 
 setParent (?BaseEntity $parent)
 
 add (BaseEntity ... $items)
 
 remove (BaseEntity ... $items)
 
 clearRemoved (BaseEntity ... $items)
 
 clearChanged ()
 
 isEmpty ()
 
 isChanged ()
 
 findById (int $id)
 
 getFirst (callable $callback=null)
 
 toArray ()
 
 getRemovedItems ()
 
 getIterator ()
 
 setIteratorCallback (\Closure $iteratorCallback)
 
 saveInternal ()
 
 deleteInternal ()
 
 count ()
 

Защищенные данные

 $container
 
 $factory
 
- Защищенные данные унаследованные от BaseCollection
 $items = []
 
 $removedItems = []
 

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

- Защищенные члены унаследованные от BaseCollection
 addInternal (BaseEntity $item)
 
 loadItems ()
 
 isLoaded ()
 
 loadByIteratorCallback ()
 
 getAlreadyLoadedFilter ()
 

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

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

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

◆ __construct()

__construct ( ContainerContract $container,
BarcodeFactory $factory )

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

Методы

◆ create()

create ( )

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

◆ setSimpleBarcodeValue()

setSimpleBarcodeValue ( string $value = '')

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

Данные класса

◆ $container

$container
protected

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

◆ $factory

$factory
protected

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