Table of Contents
Interfaces
- ServerInterface
Methods
-
__construct()
: mixed
-
getBasePath()
: string
-
getEncodePath()
: string
-
getFullPath()
: string
-
getHost()
: string
-
getPassword()
: string|null
-
getPort()
: string
-
getScheme()
: string
-
getUserName()
: string|null
-
mapUri()
: string
-
setPassword()
: Server
__construct()
public
__construct(mixed $data) : mixed
Parameters
-
$data
: mixed
-
getBasePath()
public
getBasePath() : string
getEncodePath()
public
static getEncodePath(string $path) : string
Parameters
-
$path
: string
-
getFullPath()
public
getFullPath() : string
getHost()
public
getHost() : string
getPassword()
public
getPassword() : string|null
Return values
string|null
getPort()
public
getPort() : string
getScheme()
public
getScheme() : string
getUserName()
public
getUserName() : string|null
Return values
string|null
mapUri()
public
static mapUri(string $uri, array<string|int, mixed> $map) : string
Parameters
-
$uri
: string
-
-
$map
: array<string|int, mixed>
-
setPassword()
public
setPassword(mixed $password) : Server
Parameters
-
$password
: mixed
-