configure() protected method

protected configure ( )
Exemplo n.º 1
0
 protected function configure()
 {
     parent::configure();
     $this->setName('analyze')->setDescription('Analyze the provided files');
 }
Exemplo n.º 2
0
 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", '');
 }
Exemplo n.º 3
0
 protected function configure()
 {
     parent::configure();
     $this->setName('scan')->setDescription('Scan the provided files');
 }