‪TYPO3CMS  9.5
TYPO3\CMS\Extbase\Tests\UnitDeprecated\Mvc\Cli\Fixture\Command\MockACommandController Class Reference
Inheritance diagram for TYPO3\CMS\Extbase\Tests\UnitDeprecated\Mvc\Cli\Fixture\Command\MockACommandController:
TYPO3\CMS\Extbase\Mvc\Cli\Command

Public Member Functions

 fooCommand ()
 
 barCommand ($someArgument)
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Extbase\Mvc\Cli\Command
 injectObjectManager (\TYPO3\CMS\Extbase\Object\ObjectManagerInterface $objectManager)
 
 injectReflectionService (\TYPO3\CMS\Extbase\Reflection\ReflectionService $reflectionService)
 
 __construct ($controllerClassName, $controllerCommandName)
 
 initializeObject ()
 
string getControllerClassName ()
 
string getControllerCommandName ()
 
string getCommandIdentifier ()
 
string getExtensionName ()
 
string getShortDescription ()
 
string getDescription ()
 
bool hasArguments ()
 
array<\TYPO3\CMS\Extbase\Mvc\Cli\CommandArgumentDefinitiongetArgumentDefinitions ()
 
bool isInternal ()
 
bool isCliOnly ()
 
bool isFlushingCaches ()
 
array getRelatedCommandIdentifiers ()
 

Additional Inherited Members

- ‪Protected Attributes inherited from ‪TYPO3\CMS\Extbase\Mvc\Cli\Command
TYPO3 CMS Extbase Object ObjectManagerInterface $objectManager
 
string $controllerClassName
 
string $controllerCommandName
 
string $commandIdentifier
 
string $extensionName
 
TYPO3 CMS Extbase Reflection ReflectionService $reflectionService
 
ClassSchema $classSchema
 
string $controllerCommandMethod
 

Detailed Description

A mock CLI Command

Definition at line 20 of file MockACommandController.php.

Member Function Documentation

◆ barCommand()

TYPO3\CMS\Extbase\Tests\UnitDeprecated\Mvc\Cli\Fixture\Command\MockACommandController::barCommand (   $someArgument)
Parameters
mixed$someArgument

Definition at line 29 of file MockACommandController.php.

◆ fooCommand()

TYPO3\CMS\Extbase\Tests\UnitDeprecated\Mvc\Cli\Fixture\Command\MockACommandController::fooCommand ( )

Definition at line 22 of file MockACommandController.php.