Ejemplo n.º 1
0
 public function getQuery()
 {
     $query = new CustomQuery($this->getPhql());
     $query->setDI($this->getDI());
     return $query;
 }