BarBucCommand.php in Zircon Profile 8
Same filename and directory in other branches
File
vendor/symfony/console/Tests/Fixtures/BarBucCommand.phpView source
<?php
use Symfony\Component\Console\Command\Command;
class BarBucCommand extends Command {
protected function configure() {
$this
->setName('bar:buc');
}
}
Classes
Name | Description |
---|---|
BarBucCommand |