Esempio n. 1
0
 /**
  * Set the instance that should handle the authentication
  *
  * @param   BeeHub_Auth  $auth  The instance that should handle the authentication
  * @return  void
  */
 public static function setAuth(BeeHub_Auth $auth)
 {
     self::$auth = $auth;
 }