Exemplo n.º 1
0
 /**
  * @todo
  * getIterator() - return an iteratable object for use in foreach and the like,
  * this completes the IteratorAggregate interface
  *
  * @return ArrayObject - iteratable container of the namespace contents
  */
 public function getIterator()
 {
     return new ArrayObject(parent::_namespaceGetAll($this->_namespace));
 }