TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Extbase\Mvc\Cli\RequestHandler Class Reference
Inheritance diagram for TYPO3\CMS\Extbase\Mvc\Cli\RequestHandler:
TYPO3\CMS\Extbase\Mvc\RequestHandlerInterface Tx_Extbase_MVC_CLI_RequestHandler

Public Member Functions

 canHandleRequest ()
 
 getPriority ()
 
- Public Member Functions inherited from TYPO3\CMS\Extbase\Mvc\RequestHandlerInterface
 handleRequest ()
 

Protected Attributes

 $objectManager
 
 $dispatcher
 
 $requestBuilder
 
 $environmentService
 

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! 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 21 of file RequestHandler.php.

Member Function Documentation

◆ canHandleRequest()

TYPO3\CMS\Extbase\Mvc\Cli\RequestHandler::canHandleRequest ( )

This request handler can handle any command line request.

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

Implements TYPO3\CMS\Extbase\Mvc\RequestHandlerInterface.

Definition at line 71 of file RequestHandler.php.

◆ getPriority()

TYPO3\CMS\Extbase\Mvc\Cli\RequestHandler::getPriority ( )

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

Returns
integer The priority of the request handler.

Implements TYPO3\CMS\Extbase\Mvc\RequestHandlerInterface.

Definition at line 81 of file RequestHandler.php.

Member Data Documentation

◆ $dispatcher

TYPO3\CMS\Extbase\Mvc\Cli\RequestHandler::$dispatcher
protected

Definition at line 33 of file RequestHandler.php.

◆ $environmentService

TYPO3\CMS\Extbase\Mvc\Cli\RequestHandler::$environmentService
protected

Definition at line 45 of file RequestHandler.php.

◆ $objectManager

TYPO3\CMS\Extbase\Mvc\Cli\RequestHandler::$objectManager
protected

Definition at line 27 of file RequestHandler.php.

◆ $requestBuilder

TYPO3\CMS\Extbase\Mvc\Cli\RequestHandler::$requestBuilder
protected

Definition at line 39 of file RequestHandler.php.