PHP Class AppserverIo\Appserver\Core\Api\Node\UpstreamServerNode

Inheritance: extends AppserverIo\Description\Api\Node\AbstractNode, use trait ParamsNodeTrait
Show file Open project: appserver-io/appserver

Protected Properties

Property Type Description
$name string The servers name.
$type string The servers type.

Public Methods

Method Description
getName ( ) : mixed Returns the server name.
getType ( ) : string Returns the servers type.

Method Details

getName() public method

Returns the server name.
public getName ( ) : mixed
return mixed

getType() public method

Returns the servers type.
public getType ( ) : string
return string The servers type

Property Details

$name protected property

The servers name.
protected string $name
return string

$type protected property

The servers type.
protected string $type
return string