Ejemplo n.º 1
0
 protected function getWheres()
 {
     if (!($result = $this->getDynamicWhere())) {
         $result = parent::getWheres();
     }
     return $result;
 }