AppserverIo\Appserver\Core\Api\Node\UpstreamNode::getType PHP Méthode

getType() public méthode

Returns the servers type.
public getType ( ) : string
Résultat string The servers type
    public function getType()
    {
        return $this->type;
    }
UpstreamNode