Exemple #1
0
 /**
  * Returns next row of result.
  * @return Entity or FALSE if there is no row
  */
 public function fetch()
 {
     return $this->getEntity($this->selection->fetch());
 }