Example #1
0
 /**
  * {@inheritdoc}
  */
 public function queryAll($query)
 {
     $res = parent::queryAll($query);
     // TODO: Change the autogenerated stub
     $res->setSfToPhpConverter($this->getSfToPhpConverter());
     return $res;
 }