|
| | __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 () |
| |
Http request
Definition at line 20 of file Http.php.