TYPO3  7.6
Public Member Functions | Protected Attributes | List of all members
RequestHandler Class Reference
Inheritance diagram for RequestHandler:
RequestHandlerInterface

Public Member Functions

 injectObjectManager (\TYPO3\CMS\Extbase\Object\ObjectManagerInterface $objectManager)
 
 injectDispatcher (\TYPO3\CMS\Extbase\Mvc\Dispatcher $dispatcher)
 
 injectRequestBuilder (\TYPO3\CMS\Extbase\Mvc\Cli\RequestBuilder $requestBuilder)
 
 injectEnvironmentService (\TYPO3\CMS\Extbase\Service\EnvironmentService $environmentService)
 
 canHandleRequest ()
 
 getPriority ()
 
- Public Member Functions inherited from RequestHandlerInterface
 handleRequest ()
 

Protected Attributes

 $objectManager
 
 $dispatcher
 
 $requestBuilder
 
 $environmentService
 

Detailed Description

The generic command line interface request handler for the MVC framework.

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

Definition at line 22 of file extbase/Classes/Mvc/Cli/RequestHandler.php.

Member Function Documentation

canHandleRequest ( )

This request handler can handle any command line request.

Returns
bool If the request is a command line request, TRUE otherwise FALSE

Implements RequestHandlerInterface.

Definition at line 101 of file extbase/Classes/Mvc/Cli/RequestHandler.php.

getPriority ( )

Returns the priority - how eager the handler is to actually handle the request.

Returns
int The priority of the request handler.

Implements RequestHandlerInterface.

Definition at line 112 of file extbase/Classes/Mvc/Cli/RequestHandler.php.

injectDispatcher ( \TYPO3\CMS\Extbase\Mvc\Dispatcher  $dispatcher)
Parameters
\TYPO3\CMS\Extbase\Mvc\Dispatcher$dispatcher

Definition at line 55 of file extbase/Classes/Mvc/Cli/RequestHandler.php.

References RequestHandler\$dispatcher.

injectEnvironmentService ( \TYPO3\CMS\Extbase\Service\EnvironmentService  $environmentService)
Parameters
\TYPO3\CMS\Extbase\Service\EnvironmentService$environmentService

Definition at line 71 of file extbase/Classes/Mvc/Cli/RequestHandler.php.

References RequestHandler\$environmentService.

injectObjectManager ( \TYPO3\CMS\Extbase\Object\ObjectManagerInterface  $objectManager)
Parameters
\TYPO3\CMS\Extbase\Object\ObjectManagerInterface$objectManager

Definition at line 47 of file extbase/Classes/Mvc/Cli/RequestHandler.php.

References RequestHandler\$objectManager.

injectRequestBuilder ( \TYPO3\CMS\Extbase\Mvc\Cli\RequestBuilder  $requestBuilder)
Parameters
\TYPO3\CMS\Extbase\Mvc\Cli\RequestBuilder$requestBuilder

Definition at line 63 of file extbase/Classes/Mvc/Cli/RequestHandler.php.

References RequestHandler\$requestBuilder.

Member Data Documentation

$dispatcher
protected
$environmentService
protected
$objectManager
protected
$requestBuilder
protected