Exemple #1
0
 public function findEntities($params)
 {
     if (empty($params['where'])) {
         $params['where'] = array();
     }
     $params['where'][] = array('type' => 'notEquals', 'field' => 'id', 'value' => 'system');
     $result = parent::findEntities($params);
     return $result;
 }
Exemple #2
0
 public function findEntities($params)
 {
     $result = parent::findEntities($params);
     return $result;
 }