configure() protected method

See also: Command
protected configure ( )
Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 protected function configure()
 {
     parent::configure();
 }
 public function configure()
 {
     parent::configure();
     $this->addOption("memory_limit", "m", InputOption::VALUE_REQUIRED, "Set memory_limit in Megabytes.");
 }