Exemplo n.º 1
0
 /**
  * Set the current user
  *
  * @param \thebuggenie\core\entities\User $user
  */
 public static function setUser(User $user)
 {
     self::$_user = $user;
 }