You are here

protected function BarBucCommand::configure in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/console/Tests/Fixtures/BarBucCommand.php \BarBucCommand::configure()

Configures the current command.

Overrides Command::configure

File

vendor/symfony/console/Tests/Fixtures/BarBucCommand.php, line 7

Class

BarBucCommand

Code

protected function configure() {
  $this
    ->setName('bar:buc');
}