TYPO3 CMS  TYPO3_6-2
ControllerInterface.php
Go to the documentation of this file.
1 <?php
3 
22 
30  public function canProcessRequest(\TYPO3\CMS\Extbase\Mvc\RequestInterface $request);
31 
41  public function processRequest(\TYPO3\CMS\Extbase\Mvc\RequestInterface $request, \TYPO3\CMS\Extbase\Mvc\ResponseInterface $response);
42 }
processRequest(\TYPO3\CMS\Extbase\Mvc\RequestInterface $request, \TYPO3\CMS\Extbase\Mvc\ResponseInterface $response)
canProcessRequest(\TYPO3\CMS\Extbase\Mvc\RequestInterface $request)