TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Extbase\Mvc\Controller\CommandControllerInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Extbase\Mvc\Controller\CommandControllerInterface:
TYPO3\CMS\Extbase\Mvc\Controller\ControllerInterface Tx_Extbase_MVC_Controller_CommandControllerInterface TYPO3\CMS\Extbase\Mvc\Controller\CommandController Acme\Mypkg\Command\MockBCommandController Tx_Extbase_Command_MockCCommandController Tx_Extbase_MVC_Controller_CommandController TYPO3\CMS\Extbase\Command\HelpCommandController TYPO3\CMS\Extbase\Tests\MockACommandController TYPO3\CMS\Extensionmanager\Command\ExtensionCommandController TYPO3\CMS\Lang\Command\LanguageCommandController Tx_Extbase_Command_HelpCommandController

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Extbase\Mvc\Controller\ControllerInterface
 canProcessRequest (\TYPO3\CMS\Extbase\Mvc\RequestInterface $request)
 
 processRequest (\TYPO3\CMS\Extbase\Mvc\RequestInterface $request, \TYPO3\CMS\Extbase\Mvc\ResponseInterface $response)
 

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! Interface for command controllers

http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public License, version 3 or later

Definition at line 21 of file CommandControllerInterface.php.