Search Results

  1. ParentIterator::hasChildren () - Check whether the inner iterator's current element has children FilterIterator::accept () - Check whether the current element of the iterator is acceptable

  2. Simple usage example of `ParentIterator::accept ()`. The `ParentIterator::accept` function is a method of the `ParentIterator` class in PHP. It is used to determine whether a particular node in the iterator is acceptable or not based on some predefined conditions.

  3. www.php-resource.de › class- PHP-Resource

    Table of Contents ParentIterator::accept — Determines acceptability ParentIterator::__construct — Constructs a ParentIterator ParentIterator::getChildren — Return the inner iterator's children contained in a ParentIterator ParentIterator::hasChildren — Check whether the inner iterator's current element has children

  4. Table of Contents ParentIterator::accept — Determines acceptability ParentIterator::__construct — Constructs a ParentIterator ParentIterator::getChildren — Return the inner iterator's children contained in a ParentIterator ParentIterator::hasChildren — Check whether the inner iterator's current element has children

  5. ParentIterator::hasChildren () - Check whether the inner iterator's current element has children FilterIterator::accept () - Check whether the current element of the iterator is acceptable

  6. Table of Contents ParentIterator::accept — Determines acceptability ParentIterator::__construct — Constructs a ParentIterator ParentIterator::getChildren — Return the inner iterator's children contained in a ParentIterator ParentIterator::hasChildren — Check whether the inner iterator's current element has children

  7. The ParentIterator class Introduction (PHP 5 >= 5.1.0, PHP 7) This extended FilterIterator allows a recursive iteration using RecursiveIteratorIterator that only shows those elements which have children. Class synopsis ParentIterator extends RecursiveFilterIterator implements RecursiveIterator , OuterIterator { /* Methods */ public accept ( ) : bool public __construct ( RecursiveIterator ...