コード例 #1
0
 /**
  * @param SlackStatusService $slack
  */
 public function __construct(SlackStatusService $slack)
 {
     parent::__construct();
     $this->slack = $slack;
 }
コード例 #2
0
 /**
  * Create a new command instance.
  *
  * @param Client $client
  * @param Filesystem $filesystem
  */
 public function __construct(Client $client, Filesystem $filesystem)
 {
     parent::__construct();
     $this->client = $client;
     $this->filesystem = $filesystem;
 }
コード例 #3
0
ファイル: ImportCourse.php プロジェクト: BePsvPT/CCU-Plus
 /**
  * Create a new command instance.
  *
  * @param Filesystem $filesystem
  */
 public function __construct(Filesystem $filesystem)
 {
     parent::__construct();
     $this->filesystem = $filesystem;
 }
コード例 #4
0
ファイル: PhpInfo.php プロジェクト: RHT-Memphis/aeroeco
 /**
  * Create a new command instance.
  *
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
 }