‪TYPO3CMS  9.5
MockCCommandController.php
Go to the documentation of this file.
1 <?php
2 declare(strict_types = 1);
3 
5 
6 /*
7  * This file is part of the TYPO3 CMS project.
8  *
9  * It is free software; you can redistribute it and/or modify it under
10  * the terms of the GNU General Public License, either version 2
11  * of the License, or any later version.
12  *
13  * For the full copyright and license information, please read the
14  * LICENSE.txt file that was distributed with this source code.
15  *
16  * The TYPO3 project - inspiring people to share!
17  */
18 
23 {
27  public function ‪cliOnlyCommand()
28  {
29  }
30 
31  public function ‪emptyCommand()
32  {
33  }
34 
38  public function ‪internalCommand()
39  {
40  }
41 
45  public function ‪flushingCachesCommand()
46  {
47  }
48 
53  public function ‪withArgumentsCommand($foo, $bar = 'baz')
54  {
55  }
56 
65  public function ‪withDescriptionCommand()
66  {
67  }
68 
73  {
74  }
75 }
‪TYPO3\CMS\Extbase\Tests\UnitDeprecated\Mvc\Cli\Fixture\Command\MockCCommandController\withArgumentsCommand
‪withArgumentsCommand($foo, $bar='baz')
Definition: MockCCommandController.php:53
‪TYPO3\CMS\Extbase\Tests\UnitDeprecated\Mvc\Cli\Fixture\Command\MockCCommandController
Definition: MockCCommandController.php:23
‪TYPO3\CMS\Extbase\Tests\UnitDeprecated\Mvc\Cli\Fixture\Command
Definition: MockACommandController.php:2
‪TYPO3\CMS\Extbase\Tests\UnitDeprecated\Mvc\Cli\Fixture\Command\MockCCommandController\relatedCommandIdentifiersCommand
‪relatedCommandIdentifiersCommand()
Definition: MockCCommandController.php:72
‪TYPO3\CMS\Extbase\Tests\UnitDeprecated\Mvc\Cli\Fixture\Command\MockCCommandController\internalCommand
‪internalCommand()
Definition: MockCCommandController.php:38
‪TYPO3\CMS\Extbase\Tests\UnitDeprecated\Mvc\Cli\Fixture\Command\MockCCommandController\emptyCommand
‪emptyCommand()
Definition: MockCCommandController.php:31
‪TYPO3\CMS\Extbase\Mvc\Cli\Command
Definition: Command.php:25
‪TYPO3\CMS\Extbase\Tests\UnitDeprecated\Mvc\Cli\Fixture\Command\MockCCommandController\flushingCachesCommand
‪flushingCachesCommand()
Definition: MockCCommandController.php:45
‪TYPO3\CMS\Extbase\Tests\UnitDeprecated\Mvc\Cli\Fixture\Command\MockCCommandController\cliOnlyCommand
‪cliOnlyCommand()
Definition: MockCCommandController.php:27
‪TYPO3\CMS\Extbase\Tests\UnitDeprecated\Mvc\Cli\Fixture\Command\MockCCommandController\withDescriptionCommand
‪withDescriptionCommand()
Definition: MockCCommandController.php:65