コード例 #1
0
ファイル: execute.php プロジェクト: ronan-gloo/atoum
 public function __construct($command)
 {
     parent::__construct();
     $this->setCommand($command)->setAdapter();
 }
コード例 #2
0
ファイル: cli.php プロジェクト: andrewolobo/mpTracker
 public function __construct()
 {
     parent::__construct();
     $this->setTitlePrompt()->setTitleColorizer()->setMethodPrompt()->setMethodColorizer();
 }