示例#1
0
 public function count($isAdmin = false)
 {
     return (int) $this->userDao->count($isAdmin);
 }