AppserverIo\Appserver\Core\Api\Node\UpstreamServerNode::getName PHP Méthode

getName() public méthode

Returns the server name.
public getName ( ) : mixed
Résultat mixed
    public function getName()
    {
        return $this->name;
    }
UpstreamServerNode