protected function Foo4Command::configure in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/console/Tests/Fixtures/Foo4Command.php \Foo4Command::configure()
Configures the current command.
Overrides Command::configure
File
- vendor/
symfony/ console/ Tests/ Fixtures/ Foo4Command.php, line 7
Class
Code
protected function configure() {
$this
->setName('foo3:bar:toh');
}