Bolt\Controller\Backend\BackendBase::render PHP Метод

render() защищенный Метод

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