Example #1
0
 /**
  * Sets the user
  *
  * @static 
  */
 public static function setUser($user)
 {
     //Method inherited from \October\Rain\Auth\Manager
     return \RainLab\User\Classes\AuthManager::setUser($user);
 }