예제 #1
0
파일: SuluNode.php 프로젝트: sulu/sulu
 /**
  * {@inheritdoc}
  */
 public function getIterator()
 {
     if (!$this->node instanceof \IteratorAggregate) {
         return;
     }
     return $this->node->getIterator();
 }