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

Public Member Functions

 cliOnlyCommand ()
 
 emptyCommand ()
 
 internalCommand ()
 
 flushingCachesCommand ()
 
 withArgumentsCommand ($foo, $bar='baz')
 
 withDescriptionCommand ()
 
 relatedCommandIdentifiersCommand ()
 
- ‪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

Another mock CLI Command

Definition at line 22 of file MockCCommandController.php.

Member Function Documentation

◆ cliOnlyCommand()

TYPO3\CMS\Extbase\Tests\UnitDeprecated\Mvc\Cli\Fixture\Command\MockCCommandController::cliOnlyCommand ( )

@cli

Definition at line 27 of file MockCCommandController.php.

◆ emptyCommand()

TYPO3\CMS\Extbase\Tests\UnitDeprecated\Mvc\Cli\Fixture\Command\MockCCommandController::emptyCommand ( )

Definition at line 31 of file MockCCommandController.php.

◆ flushingCachesCommand()

TYPO3\CMS\Extbase\Tests\UnitDeprecated\Mvc\Cli\Fixture\Command\MockCCommandController::flushingCachesCommand ( )

@flushesCaches

Definition at line 45 of file MockCCommandController.php.

◆ internalCommand()

TYPO3\CMS\Extbase\Tests\UnitDeprecated\Mvc\Cli\Fixture\Command\MockCCommandController::internalCommand ( )

Definition at line 38 of file MockCCommandController.php.

◆ relatedCommandIdentifiersCommand()

TYPO3\CMS\Extbase\Tests\UnitDeprecated\Mvc\Cli\Fixture\Command\MockCCommandController::relatedCommandIdentifiersCommand ( )
See also
‪Foo:Bar:Baz

Definition at line 72 of file MockCCommandController.php.

◆ withArgumentsCommand()

TYPO3\CMS\Extbase\Tests\UnitDeprecated\Mvc\Cli\Fixture\Command\MockCCommandController::withArgumentsCommand (   $foo,
  $bar = 'baz' 
)
Parameters
string$foo‪FooParamDescription
string$bar‪BarParamDescription

Definition at line 53 of file MockCCommandController.php.

◆ withDescriptionCommand()

TYPO3\CMS\Extbase\Tests\UnitDeprecated\Mvc\Cli\Fixture\Command\MockCCommandController::withDescriptionCommand ( )

Short Description

Longer Description Multine

Much Multiline

Definition at line 65 of file MockCCommandController.php.