コード例 #1
0
ファイル: SteamImportApps.php プロジェクト: PoxyDoxy/lanager
 /**
  * Create a new command instance.
  *
  */
 public function __construct(SteamApplicationContract $steamApplicationInterface)
 {
     parent::__construct();
     $this->steamApplicationInterface = $steamApplicationInterface;
 }
コード例 #2
0
 /**
  * Create a new command instance.
  *
  */
 public function __construct(SteamUserContract $steamUserInterface)
 {
     parent::__construct();
     $this->steamUserInterface = $steamUserInterface;
 }
コード例 #3
0
ファイル: Install.php プロジェクト: PoxyDoxy/lanager
 /**
  * Create a new command instance.
  *
  */
 public function __construct()
 {
     parent::__construct();
 }