OriginHeader
Table of Contents
Methods
-
__construct()
: mixed
-
getHost()
: string
-
getPort()
: int
-
getScheme()
: string
-
hasPort()
: bool
-
isNull()
: bool
-
isValid()
: bool
-
parse()
: OriginHeader
__construct()
public
__construct(bool $isNull, string $scheme, string $host, int $port) : mixed
Parameters
-
$isNull
: bool
-
-
$scheme
: string
-
-
$host
: string
-
-
$port
: int
-
getHost()
public
getHost() : string
getPort()
public
getPort() : int
getScheme()
public
getScheme() : string
hasPort()
public
hasPort() : bool
isNull()
public
isNull() : bool
isValid()
public
isValid() : bool
parse()
public
static parse(HttpHeader $header) : OriginHeader
Parameters
-
$header
: HttpHeader
-