Bolt\Controller\Backend\BackendBase::render PHP Method

render() protected method

protected render ( $template, array $context = [], array $globals = [] )
$context array
$globals array
    protected function render($template, array $context = [], array $globals = [])
    {
        if (!isset($context['context'])) {
            $context = ['context' => $context];
        }
        return parent::render($template, $context, $globals);
    }