/**
  * @see \common\dao\interfaces\ICommonDao::count
  */
 public function count($conditions)
 {
     return $this->modelDao->count($conditions);
 }