Slim\Views\PhpRenderer::protectedIncludeScope PHP Method

protectedIncludeScope() protected method

protected protectedIncludeScope ( string $template, array $data )
$template string
$data array
    protected function protectedIncludeScope($template, array $data)
    {
        extract($data);
        include $template;
    }