AppserverIo\Appserver\Core\Api\Node\ContainerNode::getHost PHP 메소드

getHost() 공개 메소드

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