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

Public Member Functions

string funcACommand ($arg=1)
 
- ‪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

Member Function Documentation

◆ funcACommand()

string TYPO3\CMS\Extbase\Tests\MockACommandController::funcACommand (   $arg = 1)

funcACommand

Parameters
int$arg‪A not required argument
Returns
‪string

Definition at line 28 of file MockACommandController.php.