configure() protected method

protected configure ( )
示例#1
0
 protected function configure()
 {
     parent::configure();
     $this->addOption('cycle', null, InputOption::VALUE_NONE, 'Show cycles between classes');
     $this->addOption('strategy', null, InputOption::VALUE_REQUIRED, 'Select the strategy of connection [call|concrete|any]', 'call');
 }