AppserverIo\Appserver\Core\Api\Node\HostNodeInterface::getContext PHP Метод

getContext() публичный Метод

Returns the context with the passed name.
public getContext ( string $name ) : ContextNode | null
$name string The name of the requested context
Результат ContextNode | null The requested context node
    public function getContext($name);