The RecursiveCachingIterator class
Introduction
...
Class synopsis
     
      RecursiveCachingIterator
     
     
      extends
      CachingIterator
     
     implements 
      Countable
     
 
     , 
      ArrayAccess
     
 
     , 
      Iterator
     
     , 
      Traversable
     
 
     , 
      OuterIterator
     
 
     , 
      RecursiveIterator
     
 
     {
 
    
 
    /* Methods */
    
    /* Inherits */
    
   }Table of Contents
- RecursiveCachingIterator::__construct — Construct
- RecursiveCachingIterator::getChildren — Return the inner iterator's children as a RecursiveCachingIterator
- RecursiveCachingIterator::hasChildren — Check whether the current element of the inner iterator has children