|
| __construct (\Magento\Framework\Stdlib\Cookie\CookieReaderInterface $cookieReader, \Magento\Framework\Stdlib\StringUtils $converter, \Magento\Framework\App\AreaList $areaList, \Magento\Framework\Config\ScopeInterface $configScope, \Magento\Framework\Webapi\Rest\Request\DeserializerFactory $deserializerFactory, $uri=null) |
|
| getAcceptTypes () |
|
| getBodyParams () |
|
| getContentType () |
|
| getHttpMethod () |
|
| getRequestData () |
|
| __construct (CookieReaderInterface $cookieReader, StringUtils $converter, AreaList $areaList, ScopeInterface $configScope, $uri=null) |
|
| getHeader ($header, $default=false) |
|
| getRequestedServices ($default=null) |
|
| __construct (CookieReaderInterface $cookieReader, StringUtils $converter, ConfigInterface $routeConfig, PathInfoProcessorInterface $pathInfoProcessor, ObjectManagerInterface $objectManager, $uri=null, $directFrontNames=[], PathInfo $pathInfoService=null) |
|
| getOriginalPathInfo () |
|
| getPathInfo () |
|
| setPathInfo ($pathInfo=null) |
|
| isDirectAccessFrontendName ($code) |
|
| getBasePath () |
|
| getFrontName () |
|
| setRouteName ($route) |
|
| getRouteName () |
|
| setControllerModule ($module) |
|
| getControllerModule () |
|
| initForward () |
|
| getBeforeForwardInfo ($name=null) |
|
| isAjax () |
|
| getDistroBaseUrl () |
|
| getFullActionName ($delimiter='_') |
|
| __sleep () |
|
| isSafeMethod () |
|
| __construct (CookieReaderInterface $cookieReader, StringUtils $converter, $uri=null) |
|
| getModuleName () |
|
| setModuleName ($value) |
|
| getControllerName () |
|
| setControllerName ($value) |
|
| getActionName () |
|
| setActionName ($value) |
|
| getPathInfo () |
|
| setPathInfo ($pathInfo=null) |
|
| getRequestString () |
|
| getAlias ($name) |
|
| setAlias ($name, $target) |
|
| getParam ($key, $default=null) |
|
| setParam ($key, $value) |
|
| getParams () |
|
| setParams (array $array) |
|
| clearParams () |
|
| getScheme () |
|
| setDispatched ($flag=true) |
|
| isDispatched () |
|
| isSecure () |
|
| getCookie ($name=null, $default=null) |
|
| getServerValue ($name=null, $default=null) |
|
| getQueryValue ($name=null, $default=null) |
|
| setQueryValue ($name, $value=null) |
|
| getPostValue ($name=null, $default=null) |
|
| setPostValue ($name, $value=null) |
|
| __get ($key) |
|
| get ($key) |
|
| __isset ($key) |
|
| has ($key) |
|
| getHeader ($name, $default=false) |
|
| getHttpHost ($trimPort=true) |
|
| getClientIp ($checkProxy=true) |
|
| getUserParams () |
|
| getUserParam ($key, $default=null) |
|
| setRequestUri ($requestUri=null) |
|
| getBaseUrl () |
|
| isForwarded () |
|
| setForwarded ($forwarded) |
|
| getModuleName () |
|
| setModuleName ($name) |
|
| getActionName () |
|
| setActionName ($name) |
|
| getParam ($key, $defaultValue=null) |
|
| setParams (array $params) |
|
| getParams () |
|
| getCookie ($name, $default) |
|
| isSecure () |
|
| getContent () |
|
| isPost () |
|
| isGet () |
|
| isPatch () |
|
| isDelete () |
|
| isPut () |
|
Definition at line 14 of file Request.php.