SPL-StandardPHPLibrary
parentiterator.inc
Go to the documentation of this file.
1 <?php
2 
23 {
26  function accept()
27  {
28  return $this->it->hasChildren();
29  }
30 }
31 
32 ?>
Iterator to filter parents.
Iterator to filter recursive iterators.