D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
stage
/
vendor
/
symfony
/
console
/
Tests
/
Fixtures
/
Filename :
Foo4Command.php
back
Copy
<?php use Symfony\Component\Console\Command\Command; class Foo4Command extends Command { protected function configure() { $this->setName('foo3:bar:toh'); } }