TYPO3 CMS  TYPO3_6-2
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)
 
 canProcessRequest (\TYPO3\CMS\Extbase\Mvc\RequestInterface $request)
 
 processRequest (\TYPO3\CMS\Extbase\Mvc\RequestInterface $request, \TYPO3\CMS\Extbase\Mvc\ResponseInterface $response)
 

Additional Inherited Members

- Public Attributes inherited from TYPO3\CMS\Extbase\Mvc\Controller\CommandController
const MAXIMUM_LINE_LENGTH = 79
 
- Protected Member Functions inherited from TYPO3\CMS\Extbase\Mvc\Controller\CommandController
 resolveCommandMethodName ()
 
 initializeCommandMethodArguments ()
 
 mapRequestArgumentsToControllerArguments ()
 
 forward ($commandName, $controllerObjectName=NULL, array $arguments=array())
 
 callCommandMethod ()
 
 ensureAdminRoleIfRequested ()
 
 restoreUserRole ($originalRole)
 
 output ($text, array $arguments=array())
 
 outputLine ($text='', array $arguments=array())
 
 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
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! MockACommandController Fixture

Definition at line 20 of file MockACommandController.php.

Member Function Documentation

◆ funcACommand()

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

funcACommand

Parameters
integer$argA not required argument
Returns
string

Definition at line 28 of file MockACommandController.php.