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

Inheritance: extends AppserverIo\Description\Api\Node\AbstractNode, use trait ParamsNodeTrait
Afficher le fichier Open project: appserver-io/appserver

Protected Properties

Свойство Type Description
$name string The servers name.
$type string The servers type.

Méthodes publiques

Méthode Description
getName ( ) : mixed Returns the server name.
getType ( ) : string Returns the servers type.

Method Details

getName() public méthode

Returns the server name.
public getName ( ) : mixed
Résultat mixed

getType() public méthode

Returns the servers type.
public getType ( ) : string
Résultat string The servers type

Property Details

$name protected_oe property

The servers name.
protected string $name
Résultat string

$type protected_oe property

The servers type.
protected string $type
Résultat string