Полный список членов класса BaseCollection, включая наследуемые из базового класса
$items | BaseCollection | protected |
$removedItems | BaseCollection | protected |
add(BaseEntity ... $items) | BaseCollection | |
addInternal(BaseEntity $item) | BaseCollection | protected |
clearChanged() | BaseCollection | |
clearRemoved(BaseEntity ... $items) | BaseCollection | |
count() | BaseCollection | |
deleteInternal() | BaseCollection | |
findById(int $id) | BaseCollection | |
getAlreadyLoadedFilter() | BaseCollection | protected |
getFirst(callable $callback=null) | BaseCollection | |
getIterator() | BaseCollection | |
getParent() | BaseCollection | |
getRemovedItems() | BaseCollection | |
isChanged() | BaseCollection | |
isEmpty() | BaseCollection | |
isLoaded() | BaseCollection | protected |
loadByIteratorCallback() | BaseCollection | protected |
loadItems() | BaseCollection | protected |
remove(BaseEntity ... $items) | BaseCollection | |
saveInternal() | BaseCollection | |
setIteratorCallback(\Closure $iteratorCallback) | BaseCollection | |
setParent(?BaseEntity $parent) | BaseCollection | |
toArray() | BaseCollection |