|
1C-Bitrix 25.700.0
|
Открытые члены | |
| __construct (PropertyValueFactory $propertyValueFactory) | |
| setValues ($values) | |
| initValues ($values) | |
| Открытые члены унаследованные от 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 () | |
Защищенные данные | |
| $propertyValueFactory | |
| Защищенные данные унаследованные от BaseCollection | |
| $items = [] | |
| $removedItems = [] | |
Дополнительные унаследованные члены | |
| Защищенные члены унаследованные от BaseCollection | |
| addInternal (BaseEntity $item) | |
| loadItems () | |
| isLoaded () | |
| loadByIteratorCallback () | |
| getAlreadyLoadedFilter () | |
См. определение в файле PropertyValueCollection.php строка 16
| __construct | ( | PropertyValueFactory | $propertyValueFactory | ) |
См. определение в файле PropertyValueCollection.php строка 21
| initValues | ( | $values | ) |
| mixed | $values |
См. определение в файле PropertyValueCollection.php строка 80
| setValues | ( | $values | ) |
| mixed | $values |
См. определение в файле PropertyValueCollection.php строка 30
|
protected |
См. определение в файле PropertyValueCollection.php строка 19