AppserverIo\Appserver\Core\Api\Node\HostNode::getName PHP Method

getName() public method

Returns the host name.
public getName ( ) : string
return string The host name
    public function getName()
    {
        return $this->name;
    }