Ejemplo n.º 1
0
 /**
  * @return Iterator iterator
  */
 public function getIterator()
 {
     if ($this->_customPaging) {
         return parent::getIterator();
     } else {
         $data = $this->toArray();
         return new TListIterator($data);
     }
 }