configure() 보호된 메소드

protected configure ( )
예제 #1
0
파일: Analyze.php 프로젝트: alprs/Tuli
 protected function configure()
 {
     parent::configure();
     $this->setName('analyze')->setDescription('Analyze the provided files');
 }
예제 #2
0
파일: PrintVars.php 프로젝트: alprs/Tuli
 protected function configure()
 {
     parent::configure();
     $this->setName('print-vars')->setDescription('Print the CFG Variables')->addOption('image', 'i', InputOption::VALUE_REQUIRED, "filename to generate as image", '');
 }
예제 #3
0
 protected function configure()
 {
     parent::configure();
     $this->setName('scan')->setDescription('Scan the provided files');
 }