예제 #1
0
파일: Model.php 프로젝트: atk4/data
 /**
  * Returns iterator.
  *
  * @return Iterator
  */
 public function rawIterator()
 {
     return $this->persistence->prepareIterator($this);
 }