RouterContextStamp
in package
implements
StampInterface
Tags
Table of Contents
Interfaces
- StampInterface
- An envelope stamp related to a message.
Properties
- $baseUrl : string
- $host : string
- $httpPort : int
- $httpsPort : int
- $method : string
- $pathInfo : string
- $queryString : string
- $scheme : string
Methods
- __construct() : mixed
- getBaseUrl() : string
- getHost() : string
- getHttpPort() : int
- getHttpsPort() : int
- getMethod() : string
- getPathInfo() : string
- getQueryString() : string
- getScheme() : string
Properties
$baseUrl
private
string
$baseUrl
$host
private
string
$host
$httpPort
private
int
$httpPort
$httpsPort
private
int
$httpsPort
$method
private
string
$method
$pathInfo
private
string
$pathInfo
$queryString
private
string
$queryString
$scheme
private
string
$scheme
Methods
__construct()
public
__construct(string $baseUrl, string $method, string $host, string $scheme, int $httpPort, int $httpsPort, string $pathInfo, string $queryString) : mixed
Parameters
- $baseUrl : string
- $method : string
- $host : string
- $scheme : string
- $httpPort : int
- $httpsPort : int
- $pathInfo : string
- $queryString : string
getBaseUrl()
public
getBaseUrl() : string
Return values
stringgetHost()
public
getHost() : string
Return values
stringgetHttpPort()
public
getHttpPort() : int
Return values
intgetHttpsPort()
public
getHttpsPort() : int
Return values
intgetMethod()
public
getMethod() : string
Return values
stringgetPathInfo()
public
getPathInfo() : string
Return values
stringgetQueryString()
public
getQueryString() : string
Return values
stringgetScheme()
public
getScheme() : string