[ Index ] |
PHP Cross Reference of DokuWiki |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 174 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
NodeCollection:: (14 methods):
__construct()
count()
offsetExists()
offsetGet()
offsetSet()
offsetUnset()
getRecursiveIterator()
getChildren()
hasChildren()
current()
key()
next()
rewind()
valid()
Class: NodeCollection - X-Ref
Node List__construct(iterable $nodes = null) X-Ref |
param: iterable $nodes |
count() X-Ref |
see: \Countable::count() return: int |
offsetExists($offset) X-Ref |
param: mixed $offset see: \ArrayAccess::offsetExists() return: bool |
offsetGet($offset) X-Ref |
param: mixed $offset see: \ArrayAccess::offsetGet() return: mixed |
offsetSet($offset, $value) X-Ref |
param: mixed $offset param: mixed $value see: \ArrayAccess::offsetSet() |
offsetUnset($offset) X-Ref |
param: mixed $offset see: \ArrayAccess::offsetUnset() |
getRecursiveIterator() X-Ref |
see: \RecursiveIterator::RecursiveIteratorIterator() return: \RecursiveIteratorIterator |
getChildren() X-Ref |
see: \RecursiveIterator::getChildren() return: \RecursiveIterator |
hasChildren() X-Ref |
see: \RecursiveIterator::hasChildren() return: bool |
current() X-Ref |
see: \RecursiveIterator::current() see: \Iterator::current() return: mixed |
key() X-Ref |
see: \RecursiveIterator::key() see: \Iterator::key() return: mixed |
next() X-Ref |
see: \RecursiveIterator::next() see: \Iterator::next() return: mixed |
rewind() X-Ref |
see: \RecursiveIterator::rewind() see: \Iterator::rewind() return: mixed |
valid() X-Ref |
see: \RecursiveIterator::valid() see: \Iterator::valid() return: bool |