Puli\Repository\Resource\Iterator\ResourceCollectionIterator::getChildren PHP Метод

getChildren() публичный Метод

Returns the iterator for the children of the current element.
public getChildren ( ) : static
Результат static Returns an instance of this class for the children of the current element.
    public function getChildren()
    {
        return new static(current($this->resources)->listChildren(), $this->mode);
    }