|
TYPO3 API
SVNRelease
|


Public Member Functions | |
| injectConfigurationManager (Tx_Extbase_Configuration_ConfigurationManagerInterface $configurationManager) | |
| setMethod ($method) | |
| getMethod () | |
| setRequestURI ($requestURI) | |
| getRequestURI () | |
| setBaseURI ($baseURI) | |
| getBaseURI () | |
| setHmacVerified ($hmacVerified) | |
| isHmacVerified () | |
| getContentObjectData () | |
| setIsCached ($isCached) | |
| isCached () | |
Protected Attributes | |
| $format = 'html' | |
| $method = 'GET' | |
| $requestURI | |
| $baseURI | |
| $hmacVerified = FALSE | |
| $isCached = FALSE | |
| $configurationManager | |
Definition at line 38 of file Request.php.
| Tx_Extbase_MVC_Web_Request::getBaseURI | ( | ) |
Returns the base URI
Definition at line 141 of file Request.php.
| Tx_Extbase_MVC_Web_Request::getContentObjectData | ( | ) |
Returns the data array of the current content object
Definition at line 177 of file Request.php.
References t3lib_div\logDeprecatedFunction().
| Tx_Extbase_MVC_Web_Request::getMethod | ( | ) |
Returns the name of the request method
Definition at line 101 of file Request.php.
| Tx_Extbase_MVC_Web_Request::getRequestURI | ( | ) |
Returns the request URI
Definition at line 121 of file Request.php.
| Tx_Extbase_MVC_Web_Request::injectConfigurationManager | ( | Tx_Extbase_Configuration_ConfigurationManagerInterface $ | configurationManager | ) |
| Tx_Extbase_Configuration_ConfigurationManagerInterface | $configurationManager |
Definition at line 79 of file Request.php.
References $configurationManager.
| Tx_Extbase_MVC_Web_Request::isCached | ( | ) |
Return whether the current request is a cached request or not.
(v4 only)
Definition at line 197 of file Request.php.
Referenced by setIsCached().
| Tx_Extbase_MVC_Web_Request::isHmacVerified | ( | ) |
Could the request be verified via a HMAC?
Definition at line 166 of file Request.php.
| Tx_Extbase_MVC_Web_Request::setBaseURI | ( | $ | baseURI | ) |
Sets the base URI for this request.
| string | $baseURI | New base URI |
Definition at line 131 of file Request.php.
References $baseURI.
| Tx_Extbase_MVC_Web_Request::setHmacVerified | ( | $ | hmacVerified | ) |
Could the request be verified via a HMAC?
| boolean | $hmacVerified | TRUE if request could be verified, FALSE otherwise |
Definition at line 156 of file Request.php.
References $hmacVerified.
Referenced by Tx_Extbase_Security_Channel_RequestHashService\verifyRequest().
| Tx_Extbase_MVC_Web_Request::setIsCached | ( | $ | isCached | ) |
Set if the current request is cached.
| boolean | $isCached |
Definition at line 188 of file Request.php.
References $isCached, and isCached().
| Tx_Extbase_MVC_Web_Request::setMethod | ( | $ | method | ) |
Sets the request method
| string | $method | Name of the request method |
| Tx_Extbase_MVC_Exception_InvalidRequestMethod | if the request method is not supported |
Definition at line 90 of file Request.php.
References $method.
| Tx_Extbase_MVC_Web_Request::setRequestURI | ( | $ | requestURI | ) |
Sets the request URI
| string | $requestURI | URI of this web request |
Definition at line 111 of file Request.php.
References $requestURI.
Tx_Extbase_MVC_Web_Request::$baseURI [protected] |
Definition at line 58 of file Request.php.
Referenced by setBaseURI().
Tx_Extbase_MVC_Web_Request::$configurationManager [protected] |
Definition at line 73 of file Request.php.
Referenced by injectConfigurationManager().
Tx_Extbase_MVC_Web_Request::$format = 'html' [protected] |
Reimplemented from Tx_Extbase_MVC_Request.
Definition at line 43 of file Request.php.
Tx_Extbase_MVC_Web_Request::$hmacVerified = FALSE [protected] |
Definition at line 63 of file Request.php.
Referenced by setHmacVerified().
Tx_Extbase_MVC_Web_Request::$isCached = FALSE [protected] |
Definition at line 68 of file Request.php.
Referenced by setIsCached().
Tx_Extbase_MVC_Web_Request::$method = 'GET' [protected] |
Definition at line 48 of file Request.php.
Referenced by setMethod().
Tx_Extbase_MVC_Web_Request::$requestURI [protected] |
Definition at line 53 of file Request.php.
Referenced by setRequestURI().
1.7.5.1