protected function BarBucCommand::configure in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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
Code
protected function configure() {
$this
->setName('bar:buc');
}