current()
getChildren()
hasChildren()
key()
next()
rewind()
valid()
$children
$index
current() : mixed
getChildren() : \RecursiveIterator
| link | http://php.net/manual/en/recursiveiterator.getRoles.php |
|---|
\RecursiveIteratorAn iterator for the current entry.hasChildren() : bool
| link | http://php.net/manual/en/recursiveiterator.haschildren.php |
|---|
booltrue if the current entry can be iterated over, otherwise returns false.key() : \Zend\Permissions\Rbac\scalar
| link | http://php.net/manual/en/iterator.key.php |
|---|
\Zend\Permissions\Rbac\scalarscalar on success, or null on failure.next() : void
rewind() : void
valid() : boolean
| link | http://php.net/manual/en/iterator.valid.php |
|---|
booleanThe return value will be casted to boolean and then evaluated. Returns true on success or false on failure.$children
$index