Code Duplication    Length = 71-71 lines in 2 locations

docs/api/cache/twig/2f/2f51c63f476148f833ed6da42a0ac5d2508398995d1d6e4f12b9f088d1e8f198.php 1 location

@@ 4-74 (lines=71) @@
1
<?php
2
3
/* interfaces.twig */
4
class __TwigTemplate_d5c7e4140592c9e074e1b6b50c551ad5b11c437a2d3a355c628b6b5728da6313 extends Twig_Template
5
{
6
    public function __construct(Twig_Environment $env)
7
    {
8
        parent::__construct($env);
9
10
        // line 1
11
        $this->parent = $this->loadTemplate("layout/layout.twig", "interfaces.twig", 1);
12
        $this->blocks = array(
13
            'title' => array($this, 'block_title'),
14
            'body_class' => array($this, 'block_body_class'),
15
            'page_content' => array($this, 'block_page_content'),
16
        );
17
    }
18
19
    protected function doGetParent(array $context)
20
    {
21
        return "layout/layout.twig";
22
    }
23
24
    protected function doDisplay(array $context, array $blocks = array())
25
    {
26
        // line 2
27
        $context["__internal_04036e50eb8c6a4f1a053779799eed50e0a7f0f836ccf500ba5780d870329ec8"] = $this->loadTemplate("macros.twig", "interfaces.twig", 2);
28
        // line 1
29
        $this->parent->display($context, array_merge($this->blocks, $blocks));
30
    }
31
32
    // line 3
33
    public function block_title($context, array $blocks = array())
34
    {
35
        echo "Interfaces | ";
36
        $this->displayParentBlock("title", $context, $blocks);
37
    }
38
39
    // line 4
40
    public function block_body_class($context, array $blocks = array())
41
    {
42
        echo "interfaces";
43
    }
44
45
    // line 6
46
    public function block_page_content($context, array $blocks = array())
47
    {
48
        // line 7
49
        echo "    <div class=\"page-header\">
50
        <h1>Interfaces</h1>
51
    </div>
52
53
    ";
54
        // line 11
55
        echo $context["__internal_04036e50eb8c6a4f1a053779799eed50e0a7f0f836ccf500ba5780d870329ec8"]->getrender_classes((isset($context["interfaces"]) ? $context["interfaces"] : $this->getContext($context, "interfaces")));
56
        echo "
57
";
58
    }
59
60
    public function getTemplateName()
61
    {
62
        return "interfaces.twig";
63
    }
64
65
    public function isTraitable()
66
    {
67
        return false;
68
    }
69
70
    public function getDebugInfo()
71
    {
72
        return array (  55 => 11,  49 => 7,  46 => 6,  40 => 4,  33 => 3,  29 => 1,  27 => 2,  11 => 1,);
73
    }
74
}
75
/* {% extends "layout/layout.twig" %}*/
76
/* {% from "macros.twig" import render_classes %}*/
77
/* {% block title %}Interfaces | {{ parent() }}{% endblock %}*/

docs/api/cache/twig/a8/a85c65f1bc620be2f8aab3dab1e2ee1ccb3ac76d69f08ba92606e5c58e3335e6.php 1 location

@@ 4-74 (lines=71) @@
1
<?php
2
3
/* classes.twig */
4
class __TwigTemplate_e51cc397ba0a43944b0e8928aca8497177a67ece595d0f5a46355a16ab788be2 extends Twig_Template
5
{
6
    public function __construct(Twig_Environment $env)
7
    {
8
        parent::__construct($env);
9
10
        // line 1
11
        $this->parent = $this->loadTemplate("layout/layout.twig", "classes.twig", 1);
12
        $this->blocks = array(
13
            'title' => array($this, 'block_title'),
14
            'body_class' => array($this, 'block_body_class'),
15
            'page_content' => array($this, 'block_page_content'),
16
        );
17
    }
18
19
    protected function doGetParent(array $context)
20
    {
21
        return "layout/layout.twig";
22
    }
23
24
    protected function doDisplay(array $context, array $blocks = array())
25
    {
26
        // line 2
27
        $context["__internal_1a1f1c9dbd6ccffd2e26a192ca58989cc87015a8e03625d5ac65767dfda27f41"] = $this->loadTemplate("macros.twig", "classes.twig", 2);
28
        // line 1
29
        $this->parent->display($context, array_merge($this->blocks, $blocks));
30
    }
31
32
    // line 3
33
    public function block_title($context, array $blocks = array())
34
    {
35
        echo "All Classes | ";
36
        $this->displayParentBlock("title", $context, $blocks);
37
    }
38
39
    // line 4
40
    public function block_body_class($context, array $blocks = array())
41
    {
42
        echo "classes";
43
    }
44
45
    // line 6
46
    public function block_page_content($context, array $blocks = array())
47
    {
48
        // line 7
49
        echo "    <div class=\"page-header\">
50
        <h1>Classes</h1>
51
    </div>
52
53
    ";
54
        // line 11
55
        echo $context["__internal_1a1f1c9dbd6ccffd2e26a192ca58989cc87015a8e03625d5ac65767dfda27f41"]->getrender_classes((isset($context["classes"]) ? $context["classes"] : $this->getContext($context, "classes")));
56
        echo "
57
";
58
    }
59
60
    public function getTemplateName()
61
    {
62
        return "classes.twig";
63
    }
64
65
    public function isTraitable()
66
    {
67
        return false;
68
    }
69
70
    public function getDebugInfo()
71
    {
72
        return array (  55 => 11,  49 => 7,  46 => 6,  40 => 4,  33 => 3,  29 => 1,  27 => 2,  11 => 1,);
73
    }
74
}
75
/* {% extends "layout/layout.twig" %}*/
76
/* {% from "macros.twig" import render_classes %}*/
77
/* {% block title %}All Classes | {{ parent() }}{% endblock %}*/