コード例 #1
0
ファイル: ServerCommand.php プロジェクト: jousch/clitools
 /**
  * Startup task
  */
 protected function startup()
 {
     $this->output->writeln('<h2>Starting server synchronization</h2>');
     parent::startup();
 }
コード例 #2
0
ファイル: DeployCommand.php プロジェクト: jousch/clitools
 /**
  * Startup task
  */
 protected function startup()
 {
     $this->output->writeln('<h2>Starting server deployment</h2>');
     parent::startup();
 }