‪TYPO3CMS  9.5
Tx_Extbase_Command_MockCCommandController Class Reference
Inheritance diagram for Tx_Extbase_Command_MockCCommandController:
TYPO3\CMS\Extbase\Mvc\Controller\CommandController TYPO3\CMS\Extbase\Mvc\Controller\CommandControllerInterface TYPO3\CMS\Extbase\Mvc\Controller\ControllerInterface

Public Member Functions

 funcCCommand ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Extbase\Mvc\Controller\CommandController
 __construct ()
 
 injectObjectManager (ObjectManagerInterface $objectManager)
 
 injectReflectionService (ReflectionService $reflectionService)
 
bool canProcessRequest (\TYPO3\CMS\Extbase\Mvc\RequestInterface $request)
 
 processRequest (RequestInterface $request, ResponseInterface $response)
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Extbase\Mvc\Controller\ControllerInterface
 processRequest (\TYPO3\CMS\Extbase\Mvc\RequestInterface $request, \TYPO3\CMS\Extbase\Mvc\ResponseInterface $response)
 

Additional Inherited Members

- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Extbase\Mvc\Controller\CommandController
string resolveCommandMethodName ()
 
 initializeCommandMethodArguments ()
 
 mapRequestArgumentsToControllerArguments ()
 
 initializeBackendAuthentication ()
 
 forward ($commandName, $controllerObjectName=null, array $arguments=[])
 
 callCommandMethod ()
 
 output ($text, array $arguments=[])
 
 outputLine ($text='', array $arguments=[])
 
 outputFormatted ($text='', array $arguments=[], $leftPadding=0)
 
 quit ($exitCode=0)
 
 sendAndExit ($exitCode=0)
 
BackendUserAuthentication null getBackendUserAuthentication ()
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Extbase\Mvc\Controller\CommandController
Request $request
 
Response $response
 
Arguments $arguments
 
string $commandMethodName = ''
 
bool $requestAdminPermissions = false
 
ReflectionService $reflectionService
 
ObjectManagerInterface $objectManager
 
ConsoleOutput $output
 

Detailed Description

MockCCommandController Fixture

Definition at line 19 of file MockCCommandController.php.

Member Function Documentation

◆ funcCCommand()

Tx_Extbase_Command_MockCCommandController::funcCCommand ( )

funcCCommand

Definition at line 24 of file MockCCommandController.php.