コード例 #1
0
ファイル: Repository.php プロジェクト: redwormik/fakeorm
 /**
  * Returns next row of result.
  * @return Entity or FALSE if there is no row
  */
 public function fetch()
 {
     return $this->getEntity($this->selection->fetch());
 }