AppserverIo\Appserver\Core\Api\Node\HostNodeInterface::getContext PHP Method

getContext() public method

Returns the context with the passed name.
public getContext ( string $name ) : ContextNode | null
$name string The name of the requested context
return ContextNode | null The requested context node
    public function getContext($name);