class WebServerConfig

Methods

__construct(string $documentRoot, string $env, string $address = null, string $router = null)

No description

getDocumentRoot()

No description

getEnv()

No description

getRouter()

No description

getHostname()

No description

getPort()

No description

getAddress()

No description

string
getDisplayAddress()

No description

Details

__construct(string $documentRoot, string $env, string $address = null, string $router = null)

Parameters

string $documentRoot
string $env
string $address
string $router

getDocumentRoot()

getEnv()

getRouter()

getHostname()

getPort()

getAddress()

string getDisplayAddress()

Return Value

string contains resolved hostname if available, empty string otherwise