AppserverIo\Appserver\Core\Api\Node\ContainerNode::getHost PHP Method

getHost() public method

Returns the host configuration information.
public getHost ( ) : HostNode
return HostNode The host configuration information
    public function getHost()
    {
        return $this->host;
    }