Exemplo n.º 1
0
 /**
  * put your comment there...
  * 
  * @param mixed $params
  */
 protected function initResultArray($params)
 {
     parent::initResultArray($params);
     // If not filters attached then return passed value!
     $this->result['return'] = $params[0];
 }