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

getName() public method

Returns the virtual hosts name
public getName ( ) : string
return string The server's type
    public function getName()
    {
        return $this->name;
    }
VirtualHostNode