Example #1
0
 /**
  * Check to see if the user is logged in and activated, and hasn't been banned or suspended.
  *
  * @return bool 
  * @static 
  */
 public static function check()
 {
     //Method inherited from \October\Rain\Auth\Manager
     return \RainLab\User\Classes\AuthManager::check();
 }