Example #1
0
 /**
  * @return QueryIterator
  */
 public function findMany()
 {
     $this->build();
     return parent::findMany();
 }