|
1C-Bitrix 25.700.0
|
Открытые члены | |
| __construct (ContainerContract $container, StoreProductFactory $factory) | |
| Открытые члены унаследованные от 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 () | |
См. определение в файле StoreProductCollection.php строка 18
| __construct | ( | ContainerContract | $container, |
| StoreProductFactory | $factory ) |
См. определение в файле StoreProductCollection.php строка 25
|
protected |
См. определение в файле StoreProductCollection.php строка 21
|
protected |
См. определение в файле StoreProductCollection.php строка 23