Example #1
0
 public function findByRoles($count, $roles, $withPhoto = true)
 {
     return $this->userDao->findByRoleIds($count, $roles, $withPhoto);
 }