Открытые члены | |
getDescendant () | |
setDescendant (Location $descendant) | |
isContain (Location $location) | |
getItemByType (int $type) | |
Открытые члены унаследованные от Collection | |
addItem ($location) | |
save () | |
Открытые члены унаследованные от Collection | |
__construct (array $items=[]) | |
setItems (array $items) | |
getItems () | |
offsetSet ($offset, $value) | |
offsetExists ($offset) | |
offsetUnset ($offset) | |
offsetGet ($offset) | |
count () | |
rewind () | |
current () | |
key () | |
next () | |
valid () | |
clear () | |
Защищенные данные | |
$items = [] | |
$descendant | |
Защищенные данные унаследованные от Collection | |
$items = [] | |
Защищенные данные унаследованные от Collection | |
$items = [] | |
См. определение в файле parents.php строка 12
getDescendant | ( | ) |
См. определение в файле parents.php строка 22
getItemByType | ( | int | $type | ) |
Returns Location of given type if it is exists in this Parents chain
int | $type |
См. определение в файле parents.php строка 90
isContain | ( | Location | $location | ) |
Check if the Location is in the Parents chain
Location | $location |
См. определение в файле parents.php строка 43
setDescendant | ( | Location | $descendant | ) |
|
protected |
См. определение в файле parents.php строка 17
|
protected |
См. определение в файле parents.php строка 15