Exemplo n.º 1
0
 function _processResults($results)
 {
     $resultSetConverter = new ModelResultSetConverter($this->_model, $this->getModelAliasOrTable(), $this->_joinedModels, $this->_relationsToFetch);
     return $resultSetConverter->convert($results);
 }