TYPO3 CMS  TYPO3_7-6
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

 funcACommand ($arg=1)
 
- Public Member Functions inherited from TYPO3\CMS\Extbase\Mvc\Controller\CommandController
 injectObjectManager (\TYPO3\CMS\Extbase\Object\ObjectManagerInterface $objectManager)
 
 injectReflectionService (\TYPO3\CMS\Extbase\Reflection\ReflectionService $reflectionService)
 
 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
 resolveCommandMethodName ()
 
 initializeCommandMethodArguments ()
 
 forward ($commandName, $controllerObjectName=null, array $arguments=[])
 
 ensureAdminRoleIfRequested ()
 
 restoreUserRole ($originalRole)
 
 output ($text, array $arguments=[])
 
 outputLine ($text='', array $arguments=[])
 
 outputFormatted ($text='', array $arguments=[], $leftPadding=0)
 
 quit ($exitCode=0)
 
 sendAndExit ($exitCode=0)
 
- Protected Attributes inherited from TYPO3\CMS\Extbase\Mvc\Controller\CommandController
 $request
 
 $response
 
 $arguments
 
 $commandMethodName = ''
 
 $requestAdminPermissions = false
 
 $userAuthentication
 
 $reflectionService
 
 $objectManager
 
 $output
 

Detailed Description

Member Function Documentation

◆ funcACommand()

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

funcACommand

Parameters
int$argA not required argument
Returns
string

Definition at line 28 of file MockACommandController.php.