TYPO3  7.6
Foo4Command.php
Go to the documentation of this file.
1 <?php
2 
4 
5 class Foo4Command extends Command
6 {
7  protected function configure()
8  {
9  $this->setName('foo3:bar:toh');
10  }
11 }