AppserverIo\Appserver\Core\Api\Node\ServerNode::getServerContext PHP Method

getServerContext() public method

Returns the server context to use.
public getServerContext ( ) : string
return string The server context type
    public function getServerContext()
    {
        return $this->serverContext;
    }