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);