コード例 #1
0
ファイル: LazyRegistry.php プロジェクト: php-lug/lug
 /**
  * {@inheritdoc}
  */
 public function getIterator()
 {
     $this->load();
     return $this->registry->getIterator();
 }