MyBuilder\Conductor\Command\BaseCommand::configure PHP Метод

configure() защищенный Метод

protected configure ( )
    protected function configure()
    {
        $this->addOption('config', 'c', InputOption::VALUE_OPTIONAL, 'Configuration file', '');
    }

Usage Example

Пример #1
0
 protected function configure()
 {
     parent::configure();
     $this->setName("fix-composer-lock")->setDescription('Fixes composer lock real-paths with relative-paths');
 }
All Usage Examples Of MyBuilder\Conductor\Command\BaseCommand::configure