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

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

Returns whether the iterator can be applied recursively over the current element.
public hasChildren ( ) : boolean
Результат boolean Whether the current element can be iterated recursively.
    public function hasChildren()
    {
        return current($this->resources)->hasChildren();
    }