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