Ejemplo n.º 1
0
 /**
  * checks if the role of the current user is in the given array
  * @return mixed
  */
 public static function currentUserIsEither($roles = array())
 {
     return in_array(Helper::currentUserRoleId(), $roles);
 }