1C-Bitrix 25.700.0
|
Открытые члены | |
__construct (EntityInterface ... $items) | |
count () | |
isEmpty () | |
getIterator () | |
add (EntityInterface $item) | |
find (callable $callback) | |
filter (callable $callback) | |
map (callable $callback) |
Защищенные статические члены | |
static | getEntityClass () |
Защищенные данные | |
array | $items = [] |
См. определение в файле EntityCollection.php строка 9
__construct | ( | EntityInterface ... | $items | ) |
См. определение в файле EntityCollection.php строка 13
add | ( | EntityInterface | $item | ) |
Add item to the collection and check its class.
EntityInterface | $item |
ArgumentException | If passed item of the wrong class. |
Замещает EntityCollectionInterface.
См. определение в файле EntityCollection.php строка 39
count | ( | ) |
См. определение в файле EntityCollection.php строка 21
filter | ( | callable | $callback | ) |
Замещает EntityCollectionInterface.
См. определение в файле EntityCollection.php строка 65
find | ( | callable | $callback | ) |
Замещает EntityCollectionInterface.
См. определение в файле EntityCollection.php строка 49
|
staticprotected |
См. определение в файле EntityCollection.php строка 81
getIterator | ( | ) |
См. определение в файле EntityCollection.php строка 31
isEmpty | ( | ) |
Замещает EntityCollectionInterface.
См. определение в файле EntityCollection.php строка 26
map | ( | callable | $callback | ) |
Run a map over each of the items in the collection
callable | $callback |
Замещает EntityCollectionInterface.
См. определение в файле EntityCollection.php строка 73
|
protected |
См. определение в файле EntityCollection.php строка 11