Class Server
A server offers services via a single connection method. If multiple connection methods (such as multiple ports) are offered, each is represented by an own server instance.
- Core\Object implements Core\Chainable
- Core\Set implements Core\Accessor
- Core\Server
Direct known subclasses
Namespace: Core
Package: Core
Since: 3.2
Requires: PHP 5.3
Version: 1.0
Located at Server.inc.php
Methods summary
protected
|
|
public static
|
|
abstract public
string|null
|
|
abstract public
integer|null
|
|
public static
|
#
webInstance( )
Returns the server instance that represents the web server and current request if used in a web-related context. |
Methods inherited from Core\Object
__autocreateFactory()
,
__call()
,
__processParameters()
,
__toString()
,
attachMethod()
,
chain()
,
getValueForKey()
,
getValueForKeyPath()
,
getValueForUndefinedKey()
,
hash()
,
issetValueForKey()
,
setValueForKey()
,
setValueForKeyPath()
,
setValueForUndefinedKey()
,
uuid()
Constants summary
Constants inherited from Core\Object
AnyParameterType
,
AutochainParameterType
,
AutocreateParameterType
,
BooleanParameterType
,
CharParameterType
,
EnumParameterType
,
IntegerParameterType
,
RealParameterType
,
StringParameterType
,
UserParameterType
Magic properties
public read-only
string|null
|
$hostname
Server hostname or |
public read-only
integer|null
|
$port
Server port number or |
public read-only
|
$uri
Server driver description |