예제 #1
0
파일: cli.php 프로젝트: ronan-gloo/atoum
 public function __construct()
 {
     parent::__construct();
     $this->setTitlePrompt()->setTitleColorizer()->setMethodPrompt()->setMethodColorizer()->setOutputPrompt()->setOutputColorizer();
 }
예제 #2
0
 public function __construct(atoum\deprecated\rescorer $rescorer)
 {
     parent::__construct();
     $this->setTitlePrompt()->setTitleColorizer()->setMethodPrompt()->setMethodColorizer()->setOutputPrompt()->setOutputColorizer();
     $this->rescorer = $rescorer;
 }