コード例 #1
0
ファイル: Context.php プロジェクト: JonathanRH/thebuggenie
 /**
  * Set the current user
  *
  * @param \thebuggenie\core\entities\User $user
  */
 public static function setUser(User $user)
 {
     self::$_user = $user;
 }