@@ -67,9 +67,9 @@ discard block |
||
67 | 67 | try { |
68 | 68 | // line 2 |
69 | 69 | echo "<a href=\""; |
70 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForNamespace($context, (isset($context["namespace"]) || array_key_exists("namespace", $context) ? $context["namespace"] : (function () { throw new Twig_Error_Runtime('Variable "namespace" does not exist.', 2, $this->getSourceContext()); })())); |
|
70 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForNamespace($context, (isset($context["namespace"]) || array_key_exists("namespace", $context) ? $context["namespace"] : (function() { throw new Twig_Error_Runtime('Variable "namespace" does not exist.', 2, $this->getSourceContext()); })())); |
|
71 | 71 | echo "\">"; |
72 | - echo (isset($context["namespace"]) || array_key_exists("namespace", $context) ? $context["namespace"] : (function () { throw new Twig_Error_Runtime('Variable "namespace" does not exist.', 2, $this->getSourceContext()); })()); |
|
72 | + echo (isset($context["namespace"]) || array_key_exists("namespace", $context) ? $context["namespace"] : (function() { throw new Twig_Error_Runtime('Variable "namespace" does not exist.', 2, $this->getSourceContext()); })()); |
|
73 | 73 | echo "</a>"; |
74 | 74 | |
75 | 75 | return ('' === $tmp = ob_get_contents()) ? '' : new Twig_Markup($tmp, $this->env->getCharset()); |
@@ -92,22 +92,22 @@ discard block |
||
92 | 92 | ob_start(); |
93 | 93 | try { |
94 | 94 | // line 6 |
95 | - if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 6, $this->getSourceContext()); })()), "projectclass", array())) { |
|
95 | + if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function() { throw new Twig_Error_Runtime('Variable "class" does not exist.', 6, $this->getSourceContext()); })()), "projectclass", array())) { |
|
96 | 96 | // line 7 |
97 | 97 | echo "<a href=\""; |
98 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForClass($context, (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 7, $this->getSourceContext()); })())); |
|
98 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForClass($context, (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function() { throw new Twig_Error_Runtime('Variable "class" does not exist.', 7, $this->getSourceContext()); })())); |
|
99 | 99 | echo "\">"; |
100 | - } elseif (twig_get_attribute($this->env, $this->getSourceContext(), // line 8 |
|
101 | -(isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 8, $this->getSourceContext()); })()), "phpclass", array())) { |
|
100 | + } elseif (twig_get_attribute($this->env, $this->getSourceContext(), // line 8 |
|
101 | +(isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function() { throw new Twig_Error_Runtime('Variable "class" does not exist.', 8, $this->getSourceContext()); })()), "phpclass", array())) { |
|
102 | 102 | // line 9 |
103 | 103 | echo "<a target=\"_blank\" href=\"http://php.net/"; |
104 | - echo (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 9, $this->getSourceContext()); })()); |
|
104 | + echo (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function() { throw new Twig_Error_Runtime('Variable "class" does not exist.', 9, $this->getSourceContext()); })()); |
|
105 | 105 | echo "\">"; |
106 | 106 | } |
107 | 107 | // line 11 |
108 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->abbrClass((isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 11, $this->getSourceContext()); })()), ((array_key_exists("absolute", $context)) ? (_twig_default_filter((isset($context["absolute"]) || array_key_exists("absolute", $context) ? $context["absolute"] : (function () { throw new Twig_Error_Runtime('Variable "absolute" does not exist.', 11, $this->getSourceContext()); })()), false)) : (false))); |
|
108 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->abbrClass((isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function() { throw new Twig_Error_Runtime('Variable "class" does not exist.', 11, $this->getSourceContext()); })()), ((array_key_exists("absolute", $context)) ? (_twig_default_filter((isset($context["absolute"]) || array_key_exists("absolute", $context) ? $context["absolute"] : (function() { throw new Twig_Error_Runtime('Variable "absolute" does not exist.', 11, $this->getSourceContext()); })()), false)) : (false))); |
|
109 | 109 | // line 12 |
110 | - if ((twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 12, $this->getSourceContext()); })()), "projectclass", array()) || twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 12, $this->getSourceContext()); })()), "phpclass", array()))) { |
|
110 | + if ((twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function() { throw new Twig_Error_Runtime('Variable "class" does not exist.', 12, $this->getSourceContext()); })()), "projectclass", array()) || twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function() { throw new Twig_Error_Runtime('Variable "class" does not exist.', 12, $this->getSourceContext()); })()), "phpclass", array()))) { |
|
111 | 111 | echo "</a>"; |
112 | 112 | } |
113 | 113 | |
@@ -133,13 +133,13 @@ discard block |
||
133 | 133 | try { |
134 | 134 | // line 16 |
135 | 135 | echo "<a href=\""; |
136 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForMethod($context, (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () { throw new Twig_Error_Runtime('Variable "method" does not exist.', 16, $this->getSourceContext()); })())); |
|
136 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForMethod($context, (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function() { throw new Twig_Error_Runtime('Variable "method" does not exist.', 16, $this->getSourceContext()); })())); |
|
137 | 137 | echo "\">"; |
138 | 138 | // line 17 |
139 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->abbrClass(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () { throw new Twig_Error_Runtime('Variable "method" does not exist.', 17, $this->getSourceContext()); })()), "class", array())); |
|
140 | - if ( !((array_key_exists("classonly", $context)) ? (_twig_default_filter((isset($context["classonly"]) || array_key_exists("classonly", $context) ? $context["classonly"] : (function () { throw new Twig_Error_Runtime('Variable "classonly" does not exist.', 17, $this->getSourceContext()); })()), false)) : (false))) { |
|
139 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->abbrClass(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function() { throw new Twig_Error_Runtime('Variable "method" does not exist.', 17, $this->getSourceContext()); })()), "class", array())); |
|
140 | + if (!((array_key_exists("classonly", $context)) ? (_twig_default_filter((isset($context["classonly"]) || array_key_exists("classonly", $context) ? $context["classonly"] : (function() { throw new Twig_Error_Runtime('Variable "classonly" does not exist.', 17, $this->getSourceContext()); })()), false)) : (false))) { |
|
141 | 141 | echo "::"; |
142 | - echo twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () { throw new Twig_Error_Runtime('Variable "method" does not exist.', 17, $this->getSourceContext()); })()), "name", array()); |
|
142 | + echo twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function() { throw new Twig_Error_Runtime('Variable "method" does not exist.', 17, $this->getSourceContext()); })()), "name", array()); |
|
143 | 143 | } |
144 | 144 | // line 18 |
145 | 145 | echo "</a>"; |
@@ -166,13 +166,13 @@ discard block |
||
166 | 166 | try { |
167 | 167 | // line 22 |
168 | 168 | echo "<a href=\""; |
169 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForProperty($context, (isset($context["property"]) || array_key_exists("property", $context) ? $context["property"] : (function () { throw new Twig_Error_Runtime('Variable "property" does not exist.', 22, $this->getSourceContext()); })())); |
|
169 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForProperty($context, (isset($context["property"]) || array_key_exists("property", $context) ? $context["property"] : (function() { throw new Twig_Error_Runtime('Variable "property" does not exist.', 22, $this->getSourceContext()); })())); |
|
170 | 170 | echo "\">"; |
171 | 171 | // line 23 |
172 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->abbrClass(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["property"]) || array_key_exists("property", $context) ? $context["property"] : (function () { throw new Twig_Error_Runtime('Variable "property" does not exist.', 23, $this->getSourceContext()); })()), "class", array())); |
|
173 | - if ( !((array_key_exists("classonly", $context)) ? (_twig_default_filter((isset($context["classonly"]) || array_key_exists("classonly", $context) ? $context["classonly"] : (function () { throw new Twig_Error_Runtime('Variable "classonly" does not exist.', 23, $this->getSourceContext()); })()), true)) : (true))) { |
|
172 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->abbrClass(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["property"]) || array_key_exists("property", $context) ? $context["property"] : (function() { throw new Twig_Error_Runtime('Variable "property" does not exist.', 23, $this->getSourceContext()); })()), "class", array())); |
|
173 | + if (!((array_key_exists("classonly", $context)) ? (_twig_default_filter((isset($context["classonly"]) || array_key_exists("classonly", $context) ? $context["classonly"] : (function() { throw new Twig_Error_Runtime('Variable "classonly" does not exist.', 23, $this->getSourceContext()); })()), true)) : (true))) { |
|
174 | 174 | echo "#"; |
175 | - echo twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["property"]) || array_key_exists("property", $context) ? $context["property"] : (function () { throw new Twig_Error_Runtime('Variable "property" does not exist.', 23, $this->getSourceContext()); })()), "name", array()); |
|
175 | + echo twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["property"]) || array_key_exists("property", $context) ? $context["property"] : (function() { throw new Twig_Error_Runtime('Variable "property" does not exist.', 23, $this->getSourceContext()); })()), "name", array()); |
|
176 | 176 | } |
177 | 177 | // line 24 |
178 | 178 | echo "</a>"; |
@@ -198,10 +198,10 @@ discard block |
||
198 | 198 | // line 28 |
199 | 199 | $context["__internal_11b86fda8ebd919c9af0a60177e0d5b57cba2f43be784e41c659847cb36c2ed3"] = $this; |
200 | 200 | // line 30 |
201 | - if ((isset($context["hints"]) || array_key_exists("hints", $context) ? $context["hints"] : (function () { throw new Twig_Error_Runtime('Variable "hints" does not exist.', 30, $this->getSourceContext()); })())) { |
|
201 | + if ((isset($context["hints"]) || array_key_exists("hints", $context) ? $context["hints"] : (function() { throw new Twig_Error_Runtime('Variable "hints" does not exist.', 30, $this->getSourceContext()); })())) { |
|
202 | 202 | // line 31 |
203 | 203 | $context['_parent'] = $context; |
204 | - $context['_seq'] = twig_ensure_traversable((isset($context["hints"]) || array_key_exists("hints", $context) ? $context["hints"] : (function () { throw new Twig_Error_Runtime('Variable "hints" does not exist.', 31, $this->getSourceContext()); })())); |
|
204 | + $context['_seq'] = twig_ensure_traversable((isset($context["hints"]) || array_key_exists("hints", $context) ? $context["hints"] : (function() { throw new Twig_Error_Runtime('Variable "hints" does not exist.', 31, $this->getSourceContext()); })())); |
|
205 | 205 | $context['loop'] = array( |
206 | 206 | 'parent' => $context['_parent'], |
207 | 207 | 'index0' => 0, |
@@ -220,7 +220,7 @@ discard block |
||
220 | 220 | if (twig_get_attribute($this->env, $this->getSourceContext(), $context["hint"], "class", array())) { |
221 | 221 | // line 33 |
222 | 222 | echo $context["__internal_11b86fda8ebd919c9af0a60177e0d5b57cba2f43be784e41c659847cb36c2ed3"]->macro_class_link(twig_get_attribute($this->env, $this->getSourceContext(), $context["hint"], "name", array())); |
223 | - } elseif (twig_get_attribute($this->env, $this->getSourceContext(), // line 34 |
|
223 | + } elseif (twig_get_attribute($this->env, $this->getSourceContext(), // line 34 |
|
224 | 224 | $context["hint"], "name", array())) { |
225 | 225 | // line 35 |
226 | 226 | echo $this->env->getExtension('Sami\Renderer\TwigExtension')->abbrClass(twig_get_attribute($this->env, $this->getSourceContext(), $context["hint"], "name", array())); |
@@ -230,7 +230,7 @@ discard block |
||
230 | 230 | echo "[]"; |
231 | 231 | } |
232 | 232 | // line 38 |
233 | - if ( !twig_get_attribute($this->env, $this->getSourceContext(), $context["loop"], "last", array())) { |
|
233 | + if (!twig_get_attribute($this->env, $this->getSourceContext(), $context["loop"], "last", array())) { |
|
234 | 234 | echo "|"; |
235 | 235 | } |
236 | 236 | ++$context['loop']['index0']; |
@@ -267,10 +267,10 @@ discard block |
||
267 | 267 | ob_start(); |
268 | 268 | try { |
269 | 269 | // line 44 |
270 | - if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 44, $this->getSourceContext()); })()), "sourcepath", array())) { |
|
270 | + if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function() { throw new Twig_Error_Runtime('Variable "class" does not exist.', 44, $this->getSourceContext()); })()), "sourcepath", array())) { |
|
271 | 271 | // line 45 |
272 | 272 | echo " (<a href=\""; |
273 | - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 45, $this->getSourceContext()); })()), "sourcepath", array()), "html", null, true); |
|
273 | + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function() { throw new Twig_Error_Runtime('Variable "class" does not exist.', 45, $this->getSourceContext()); })()), "sourcepath", array()), "html", null, true); |
|
274 | 274 | echo "\">View source</a>)"; |
275 | 275 | } |
276 | 276 | |
@@ -293,17 +293,17 @@ discard block |
||
293 | 293 | ob_start(); |
294 | 294 | try { |
295 | 295 | // line 50 |
296 | - if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () { throw new Twig_Error_Runtime('Variable "method" does not exist.', 50, $this->getSourceContext()); })()), "sourcepath", array())) { |
|
296 | + if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function() { throw new Twig_Error_Runtime('Variable "method" does not exist.', 50, $this->getSourceContext()); })()), "sourcepath", array())) { |
|
297 | 297 | // line 51 |
298 | 298 | echo " <a href=\""; |
299 | - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () { throw new Twig_Error_Runtime('Variable "method" does not exist.', 51, $this->getSourceContext()); })()), "sourcepath", array()), "html", null, true); |
|
299 | + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function() { throw new Twig_Error_Runtime('Variable "method" does not exist.', 51, $this->getSourceContext()); })()), "sourcepath", array()), "html", null, true); |
|
300 | 300 | echo "\">line "; |
301 | - echo twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () { throw new Twig_Error_Runtime('Variable "method" does not exist.', 51, $this->getSourceContext()); })()), "line", array()); |
|
301 | + echo twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function() { throw new Twig_Error_Runtime('Variable "method" does not exist.', 51, $this->getSourceContext()); })()), "line", array()); |
|
302 | 302 | echo "</a>"; |
303 | 303 | } else { |
304 | 304 | // line 53 |
305 | 305 | echo " line "; |
306 | - echo twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () { throw new Twig_Error_Runtime('Variable "method" does not exist.', 53, $this->getSourceContext()); })()), "line", array()); |
|
306 | + echo twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function() { throw new Twig_Error_Runtime('Variable "method" does not exist.', 53, $this->getSourceContext()); })()), "line", array()); |
|
307 | 307 | } |
308 | 308 | |
309 | 309 | return ('' === $tmp = ob_get_contents()) ? '' : new Twig_Markup($tmp, $this->env->getCharset()); |
@@ -327,9 +327,9 @@ discard block |
||
327 | 327 | try { |
328 | 328 | // line 58 |
329 | 329 | echo "<abbr title=\""; |
330 | - echo twig_escape_filter($this->env, (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 58, $this->getSourceContext()); })()), "html", null, true); |
|
330 | + echo twig_escape_filter($this->env, (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function() { throw new Twig_Error_Runtime('Variable "class" does not exist.', 58, $this->getSourceContext()); })()), "html", null, true); |
|
331 | 331 | echo "\">"; |
332 | - echo twig_escape_filter($this->env, ((((array_key_exists("absolute", $context)) ? (_twig_default_filter((isset($context["absolute"]) || array_key_exists("absolute", $context) ? $context["absolute"] : (function () { throw new Twig_Error_Runtime('Variable "absolute" does not exist.', 58, $this->getSourceContext()); })()), false)) : (false))) ? ((isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 58, $this->getSourceContext()); })())) : (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 58, $this->getSourceContext()); })()), "shortname", array()))), "html", null, true); |
|
332 | + echo twig_escape_filter($this->env, ((((array_key_exists("absolute", $context)) ? (_twig_default_filter((isset($context["absolute"]) || array_key_exists("absolute", $context) ? $context["absolute"] : (function() { throw new Twig_Error_Runtime('Variable "absolute" does not exist.', 58, $this->getSourceContext()); })()), false)) : (false))) ? ((isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function() { throw new Twig_Error_Runtime('Variable "class" does not exist.', 58, $this->getSourceContext()); })())) : (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function() { throw new Twig_Error_Runtime('Variable "class" does not exist.', 58, $this->getSourceContext()); })()), "shortname", array()))), "html", null, true); |
|
333 | 333 | echo "</abbr>"; |
334 | 334 | |
335 | 335 | return ('' === $tmp = ob_get_contents()) ? '' : new Twig_Markup($tmp, $this->env->getCharset()); |
@@ -356,7 +356,7 @@ discard block |
||
356 | 356 | echo "("; |
357 | 357 | // line 64 |
358 | 358 | $context['_parent'] = $context; |
359 | - $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () { throw new Twig_Error_Runtime('Variable "method" does not exist.', 64, $this->getSourceContext()); })()), "parameters", array())); |
|
359 | + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function() { throw new Twig_Error_Runtime('Variable "method" does not exist.', 64, $this->getSourceContext()); })()), "parameters", array())); |
|
360 | 360 | $context['loop'] = array( |
361 | 361 | 'parent' => $context['_parent'], |
362 | 362 | 'index0' => 0, |
@@ -385,7 +385,7 @@ discard block |
||
385 | 385 | echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), $context["parameter"], "default", array()), "html", null, true); |
386 | 386 | } |
387 | 387 | // line 68 |
388 | - if ( !twig_get_attribute($this->env, $this->getSourceContext(), $context["loop"], "last", array())) { |
|
388 | + if (!twig_get_attribute($this->env, $this->getSourceContext(), $context["loop"], "last", array())) { |
|
389 | 389 | echo ", "; |
390 | 390 | } |
391 | 391 | ++$context['loop']['index0']; |
@@ -429,7 +429,7 @@ discard block |
||
429 | 429 | "; |
430 | 430 | // line 77 |
431 | 431 | $context['_parent'] = $context; |
432 | - $context['_seq'] = twig_ensure_traversable((isset($context["classes"]) || array_key_exists("classes", $context) ? $context["classes"] : (function () { throw new Twig_Error_Runtime('Variable "classes" does not exist.', 77, $this->getSourceContext()); })())); |
|
432 | + $context['_seq'] = twig_ensure_traversable((isset($context["classes"]) || array_key_exists("classes", $context) ? $context["classes"] : (function() { throw new Twig_Error_Runtime('Variable "classes" does not exist.', 77, $this->getSourceContext()); })())); |
|
433 | 433 | foreach ($context['_seq'] as $context["_key"] => $context["class"]) { |
434 | 434 | // line 78 |
435 | 435 | echo " <div class=\"row\"> |
@@ -493,14 +493,14 @@ discard block |
||
493 | 493 | // line 97 |
494 | 494 | echo " "; |
495 | 495 | $context['_parent'] = $context; |
496 | - $context['_seq'] = twig_ensure_traversable(twig_split_filter($this->env, (isset($context["namespace"]) || array_key_exists("namespace", $context) ? $context["namespace"] : (function () { throw new Twig_Error_Runtime('Variable "namespace" does not exist.', 97, $this->getSourceContext()); })()), "\\")); |
|
496 | + $context['_seq'] = twig_ensure_traversable(twig_split_filter($this->env, (isset($context["namespace"]) || array_key_exists("namespace", $context) ? $context["namespace"] : (function() { throw new Twig_Error_Runtime('Variable "namespace" does not exist.', 97, $this->getSourceContext()); })()), "\\")); |
|
497 | 497 | foreach ($context['_seq'] as $context["_key"] => $context["ns"]) { |
498 | 498 | // line 98 |
499 | 499 | echo " "; |
500 | - if ((isset($context["current_ns"]) || array_key_exists("current_ns", $context) ? $context["current_ns"] : (function () { throw new Twig_Error_Runtime('Variable "current_ns" does not exist.', 98, $this->getSourceContext()); })())) { |
|
500 | + if ((isset($context["current_ns"]) || array_key_exists("current_ns", $context) ? $context["current_ns"] : (function() { throw new Twig_Error_Runtime('Variable "current_ns" does not exist.', 98, $this->getSourceContext()); })())) { |
|
501 | 501 | // line 99 |
502 | 502 | echo " "; |
503 | - $context["current_ns"] = (((isset($context["current_ns"]) || array_key_exists("current_ns", $context) ? $context["current_ns"] : (function () { throw new Twig_Error_Runtime('Variable "current_ns" does not exist.', 99, $this->getSourceContext()); })()) . "\\") . $context["ns"]); |
|
503 | + $context["current_ns"] = (((isset($context["current_ns"]) || array_key_exists("current_ns", $context) ? $context["current_ns"] : (function() { throw new Twig_Error_Runtime('Variable "current_ns" does not exist.', 99, $this->getSourceContext()); })()) . "\\") . $context["ns"]); |
|
504 | 504 | // line 100 |
505 | 505 | echo " "; |
506 | 506 | } else { |
@@ -512,7 +512,7 @@ discard block |
||
512 | 512 | } |
513 | 513 | // line 103 |
514 | 514 | echo " <li><a href=\""; |
515 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForNamespace($context, (isset($context["current_ns"]) || array_key_exists("current_ns", $context) ? $context["current_ns"] : (function () { throw new Twig_Error_Runtime('Variable "current_ns" does not exist.', 103, $this->getSourceContext()); })())); |
|
515 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForNamespace($context, (isset($context["current_ns"]) || array_key_exists("current_ns", $context) ? $context["current_ns"] : (function() { throw new Twig_Error_Runtime('Variable "current_ns" does not exist.', 103, $this->getSourceContext()); })())); |
|
516 | 516 | echo "\">"; |
517 | 517 | echo $context["ns"]; |
518 | 518 | echo "</a></li> |
@@ -542,7 +542,7 @@ discard block |
||
542 | 542 | try { |
543 | 543 | // line 108 |
544 | 544 | echo " "; |
545 | - if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["reflection"]) || array_key_exists("reflection", $context) ? $context["reflection"] : (function () { throw new Twig_Error_Runtime('Variable "reflection" does not exist.', 108, $this->getSourceContext()); })()), "deprecated", array())) { |
|
545 | + if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["reflection"]) || array_key_exists("reflection", $context) ? $context["reflection"] : (function() { throw new Twig_Error_Runtime('Variable "reflection" does not exist.', 108, $this->getSourceContext()); })()), "deprecated", array())) { |
|
546 | 546 | echo "<small><sup><span class=\"label label-danger\">deprecated</span></sup></small>"; |
547 | 547 | } |
548 | 548 | |
@@ -571,17 +571,17 @@ discard block |
||
571 | 571 | echo " |
572 | 572 | "; |
573 | 573 | // line 114 |
574 | - if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["reflection"]) || array_key_exists("reflection", $context) ? $context["reflection"] : (function () { throw new Twig_Error_Runtime('Variable "reflection" does not exist.', 114, $this->getSourceContext()); })()), "deprecated", array())) { |
|
574 | + if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["reflection"]) || array_key_exists("reflection", $context) ? $context["reflection"] : (function() { throw new Twig_Error_Runtime('Variable "reflection" does not exist.', 114, $this->getSourceContext()); })()), "deprecated", array())) { |
|
575 | 575 | // line 115 |
576 | 576 | echo " <p> |
577 | 577 | "; |
578 | 578 | // line 116 |
579 | - echo $context["__internal_0b6812856cc304260898be8fa8c37360a3feb2053dd47484c7b92e756edf83ce"]->macro_deprecated((isset($context["reflection"]) || array_key_exists("reflection", $context) ? $context["reflection"] : (function () { throw new Twig_Error_Runtime('Variable "reflection" does not exist.', 116, $this->getSourceContext()); })())); |
|
579 | + echo $context["__internal_0b6812856cc304260898be8fa8c37360a3feb2053dd47484c7b92e756edf83ce"]->macro_deprecated((isset($context["reflection"]) || array_key_exists("reflection", $context) ? $context["reflection"] : (function() { throw new Twig_Error_Runtime('Variable "reflection" does not exist.', 116, $this->getSourceContext()); })())); |
|
580 | 580 | echo " |
581 | 581 | "; |
582 | 582 | // line 117 |
583 | 583 | $context['_parent'] = $context; |
584 | - $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["reflection"]) || array_key_exists("reflection", $context) ? $context["reflection"] : (function () { throw new Twig_Error_Runtime('Variable "reflection" does not exist.', 117, $this->getSourceContext()); })()), "deprecated", array())); |
|
584 | + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["reflection"]) || array_key_exists("reflection", $context) ? $context["reflection"] : (function() { throw new Twig_Error_Runtime('Variable "reflection" does not exist.', 117, $this->getSourceContext()); })()), "deprecated", array())); |
|
585 | 585 | foreach ($context['_seq'] as $context["_key"] => $context["tag"]) { |
586 | 586 | // line 118 |
587 | 587 | echo " <tr> |
@@ -622,7 +622,7 @@ discard block |
||
622 | 622 | |
623 | 623 | public function getDebugInfo() |
624 | 624 | { |
625 | - return array ( 603 => 123, 594 => 120, 590 => 119, 587 => 118, 583 => 117, 579 => 116, 576 => 115, 574 => 114, 571 => 113, 568 => 112, 556 => 111, 544 => 108, 532 => 107, 514 => 103, 511 => 102, 508 => 101, 505 => 100, 502 => 99, 499 => 98, 494 => 97, 491 => 96, 479 => 95, 470 => 92, 460 => 88, 453 => 85, 447 => 83, 441 => 81, 439 => 80, 435 => 78, 431 => 77, 427 => 75, 425 => 74, 413 => 73, 404 => 70, 388 => 68, 383 => 67, 380 => 66, 375 => 65, 358 => 64, 356 => 63, 354 => 62, 342 => 61, 329 => 58, 316 => 57, 305 => 53, 298 => 51, 296 => 50, 284 => 49, 272 => 45, 270 => 44, 257 => 43, 233 => 38, 229 => 37, 226 => 35, 224 => 34, 222 => 33, 220 => 32, 203 => 31, 201 => 30, 199 => 28, 187 => 27, 178 => 24, 172 => 23, 168 => 22, 154 => 21, 145 => 18, 139 => 17, 135 => 16, 121 => 15, 110 => 12, 108 => 11, 103 => 9, 101 => 8, 97 => 7, 95 => 6, 82 => 5, 69 => 2, 57 => 1, 52 => 110, 49 => 106, 46 => 94, 43 => 72, 40 => 60, 37 => 56, 34 => 48, 31 => 42, 28 => 26, 25 => 20, 22 => 14, 19 => 4,); |
|
625 | + return array(603 => 123, 594 => 120, 590 => 119, 587 => 118, 583 => 117, 579 => 116, 576 => 115, 574 => 114, 571 => 113, 568 => 112, 556 => 111, 544 => 108, 532 => 107, 514 => 103, 511 => 102, 508 => 101, 505 => 100, 502 => 99, 499 => 98, 494 => 97, 491 => 96, 479 => 95, 470 => 92, 460 => 88, 453 => 85, 447 => 83, 441 => 81, 439 => 80, 435 => 78, 431 => 77, 427 => 75, 425 => 74, 413 => 73, 404 => 70, 388 => 68, 383 => 67, 380 => 66, 375 => 65, 358 => 64, 356 => 63, 354 => 62, 342 => 61, 329 => 58, 316 => 57, 305 => 53, 298 => 51, 296 => 50, 284 => 49, 272 => 45, 270 => 44, 257 => 43, 233 => 38, 229 => 37, 226 => 35, 224 => 34, 222 => 33, 220 => 32, 203 => 31, 201 => 30, 199 => 28, 187 => 27, 178 => 24, 172 => 23, 168 => 22, 154 => 21, 145 => 18, 139 => 17, 135 => 16, 121 => 15, 110 => 12, 108 => 11, 103 => 9, 101 => 8, 97 => 7, 95 => 6, 82 => 5, 69 => 2, 57 => 1, 52 => 110, 49 => 106, 46 => 94, 43 => 72, 40 => 60, 37 => 56, 34 => 48, 31 => 42, 28 => 26, 25 => 20, 22 => 14, 19 => 4,); |
|
626 | 626 | } |
627 | 627 | |
628 | 628 | public function getSourceContext() |
@@ -54,7 +54,7 @@ discard block |
||
54 | 54 | "; |
55 | 55 | // line 12 |
56 | 56 | $context['_parent'] = $context; |
57 | - $context['_seq'] = twig_ensure_traversable((isset($context["classes"]) || array_key_exists("classes", $context) ? $context["classes"] : (function () { throw new Twig_Error_Runtime('Variable "classes" does not exist.', 12, $this->getSourceContext()); })())); |
|
57 | + $context['_seq'] = twig_ensure_traversable((isset($context["classes"]) || array_key_exists("classes", $context) ? $context["classes"] : (function() { throw new Twig_Error_Runtime('Variable "classes" does not exist.', 12, $this->getSourceContext()); })())); |
|
58 | 58 | foreach ($context['_seq'] as $context["_key"] => $context["class"]) { |
59 | 59 | // line 13 |
60 | 60 | echo " "; |
@@ -99,7 +99,7 @@ discard block |
||
99 | 99 | |
100 | 100 | public function getDebugInfo() |
101 | 101 | { |
102 | - return array ( 86 => 24, 80 => 23, 73 => 19, 67 => 16, 63 => 14, 60 => 13, 56 => 12, 49 => 7, 46 => 6, 40 => 4, 33 => 3, 29 => 1, 27 => 2, 11 => 1,); |
|
102 | + return array(86 => 24, 80 => 23, 73 => 19, 67 => 16, 63 => 14, 60 => 13, 56 => 12, 49 => 7, 46 => 6, 40 => 4, 33 => 3, 29 => 1, 27 => 2, 11 => 1,); |
|
103 | 103 | } |
104 | 104 | |
105 | 105 | public function getSourceContext() |
@@ -15,13 +15,13 @@ discard block |
||
15 | 15 | protected function doGetParent(array $context) |
16 | 16 | { |
17 | 17 | // line 7 |
18 | - return $this->loadTemplate((isset($context["extension"]) || array_key_exists("extension", $context) ? $context["extension"] : (function () { throw new Twig_Error_Runtime('Variable "extension" does not exist.', 7, $this->getSourceContext()); })()), "index.twig", 7); |
|
18 | + return $this->loadTemplate((isset($context["extension"]) || array_key_exists("extension", $context) ? $context["extension"] : (function() { throw new Twig_Error_Runtime('Variable "extension" does not exist.', 7, $this->getSourceContext()); })()), "index.twig", 7); |
|
19 | 19 | } |
20 | 20 | |
21 | 21 | protected function doDisplay(array $context, array $blocks = array()) |
22 | 22 | { |
23 | 23 | // line 1 |
24 | - if ((isset($context["has_namespaces"]) || array_key_exists("has_namespaces", $context) ? $context["has_namespaces"] : (function () { throw new Twig_Error_Runtime('Variable "has_namespaces" does not exist.', 1, $this->getSourceContext()); })())) { |
|
24 | + if ((isset($context["has_namespaces"]) || array_key_exists("has_namespaces", $context) ? $context["has_namespaces"] : (function() { throw new Twig_Error_Runtime('Variable "has_namespaces" does not exist.', 1, $this->getSourceContext()); })())) { |
|
25 | 25 | // line 2 |
26 | 26 | $context["extension"] = "namespaces.twig"; |
27 | 27 | } else { |
@@ -50,7 +50,7 @@ discard block |
||
50 | 50 | |
51 | 51 | public function getDebugInfo() |
52 | 52 | { |
53 | - return array ( 36 => 9, 32 => 7, 29 => 4, 26 => 2, 24 => 1, 18 => 7,); |
|
53 | + return array(36 => 9, 32 => 7, 29 => 4, 26 => 2, 24 => 1, 18 => 7,); |
|
54 | 54 | } |
55 | 55 | |
56 | 56 | public function getSourceContext() |
@@ -24,7 +24,7 @@ discard block |
||
24 | 24 | echo " |
25 | 25 | window.projectVersion = '"; |
26 | 26 | // line 3 |
27 | - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 3, $this->getSourceContext()); })()), "version", array()), "html", null, true); |
|
27 | + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function() { throw new Twig_Error_Runtime('Variable "project" does not exist.', 3, $this->getSourceContext()); })()), "version", array()), "html", null, true); |
|
28 | 28 | echo "'; |
29 | 29 | |
30 | 30 | (function(root) { |
@@ -33,7 +33,7 @@ discard block |
||
33 | 33 | var rootPath = ''; |
34 | 34 | var treeHtml = '"; |
35 | 35 | // line 9 |
36 | - echo twig_replace_filter($context["__internal_8afc8a8ae1ba1195f1a5124fbe671ff7240f27c9ccc050ed7e120c7cdabb77b7"]->macro_element((isset($context["tree"]) || array_key_exists("tree", $context) ? $context["tree"] : (function () { throw new Twig_Error_Runtime('Variable "tree" does not exist.', 9, $this->getSourceContext()); })()), twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 9, $this->getSourceContext()); })()), "config", array(0 => "default_opened_level"), "method"), 0), array("'" => "\\'", " |
|
36 | + echo twig_replace_filter($context["__internal_8afc8a8ae1ba1195f1a5124fbe671ff7240f27c9ccc050ed7e120c7cdabb77b7"]->macro_element((isset($context["tree"]) || array_key_exists("tree", $context) ? $context["tree"] : (function() { throw new Twig_Error_Runtime('Variable "tree" does not exist.', 9, $this->getSourceContext()); })()), twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function() { throw new Twig_Error_Runtime('Variable "project" does not exist.', 9, $this->getSourceContext()); })()), "config", array(0 => "default_opened_level"), "method"), 0), array("'" => "\\'", " |
|
37 | 37 | " => "")); |
38 | 38 | echo "'; |
39 | 39 | |
@@ -223,7 +223,7 @@ discard block |
||
223 | 223 | "; |
224 | 224 | // line 24 |
225 | 225 | $context['_parent'] = $context; |
226 | - $context['_seq'] = twig_ensure_traversable((isset($context["namespaces"]) || array_key_exists("namespaces", $context) ? $context["namespaces"] : (function () { throw new Twig_Error_Runtime('Variable "namespaces" does not exist.', 24, $this->getSourceContext()); })())); |
|
226 | + $context['_seq'] = twig_ensure_traversable((isset($context["namespaces"]) || array_key_exists("namespaces", $context) ? $context["namespaces"] : (function() { throw new Twig_Error_Runtime('Variable "namespaces" does not exist.', 24, $this->getSourceContext()); })())); |
|
227 | 227 | foreach ($context['_seq'] as $context["_key"] => $context["ns"]) { |
228 | 228 | // line 25 |
229 | 229 | echo "{\"type\": \"Namespace\", \"link\": \""; |
@@ -242,7 +242,7 @@ discard block |
||
242 | 242 | "; |
243 | 243 | // line 28 |
244 | 244 | $context['_parent'] = $context; |
245 | - $context['_seq'] = twig_ensure_traversable((isset($context["interfaces"]) || array_key_exists("interfaces", $context) ? $context["interfaces"] : (function () { throw new Twig_Error_Runtime('Variable "interfaces" does not exist.', 28, $this->getSourceContext()); })())); |
|
245 | + $context['_seq'] = twig_ensure_traversable((isset($context["interfaces"]) || array_key_exists("interfaces", $context) ? $context["interfaces"] : (function() { throw new Twig_Error_Runtime('Variable "interfaces" does not exist.', 28, $this->getSourceContext()); })())); |
|
246 | 246 | foreach ($context['_seq'] as $context["_key"] => $context["class"]) { |
247 | 247 | // line 29 |
248 | 248 | echo "{\"type\": \"Interface\", "; |
@@ -274,7 +274,7 @@ discard block |
||
274 | 274 | "; |
275 | 275 | // line 33 |
276 | 276 | $context['_parent'] = $context; |
277 | - $context['_seq'] = twig_ensure_traversable((isset($context["classes"]) || array_key_exists("classes", $context) ? $context["classes"] : (function () { throw new Twig_Error_Runtime('Variable "classes" does not exist.', 33, $this->getSourceContext()); })())); |
|
277 | + $context['_seq'] = twig_ensure_traversable((isset($context["classes"]) || array_key_exists("classes", $context) ? $context["classes"] : (function() { throw new Twig_Error_Runtime('Variable "classes" does not exist.', 33, $this->getSourceContext()); })())); |
|
278 | 278 | foreach ($context['_seq'] as $context["_key"] => $context["class"]) { |
279 | 279 | // line 34 |
280 | 280 | echo "{\"type\": "; |
@@ -368,29 +368,29 @@ discard block |
||
368 | 368 | try { |
369 | 369 | // line 216 |
370 | 370 | echo " "; |
371 | - if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 216, $this->getSourceContext()); })()), "methods", array())) { |
|
371 | + if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function() { throw new Twig_Error_Runtime('Variable "class" does not exist.', 216, $this->getSourceContext()); })()), "methods", array())) { |
|
372 | 372 | // line 217 |
373 | 373 | echo " "; |
374 | - $context["from_name"] = twig_replace_filter(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 217, $this->getSourceContext()); })()), "name", array()), array("\\" => "\\\\")); |
|
374 | + $context["from_name"] = twig_replace_filter(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function() { throw new Twig_Error_Runtime('Variable "class" does not exist.', 217, $this->getSourceContext()); })()), "name", array()), array("\\" => "\\\\")); |
|
375 | 375 | // line 218 |
376 | 376 | echo " "; |
377 | - $context["from_link"] = $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForClass($context, (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 218, $this->getSourceContext()); })())); |
|
377 | + $context["from_link"] = $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForClass($context, (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function() { throw new Twig_Error_Runtime('Variable "class" does not exist.', 218, $this->getSourceContext()); })())); |
|
378 | 378 | // line 219 |
379 | 379 | echo " "; |
380 | 380 | $context['_parent'] = $context; |
381 | - $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 219, $this->getSourceContext()); })()), "methods", array())); |
|
381 | + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function() { throw new Twig_Error_Runtime('Variable "class" does not exist.', 219, $this->getSourceContext()); })()), "methods", array())); |
|
382 | 382 | foreach ($context['_seq'] as $context["_key"] => $context["meth"]) { |
383 | 383 | // line 220 |
384 | 384 | echo " {\"type\": \"Method\", \"fromName\": \""; |
385 | - echo (isset($context["from_name"]) || array_key_exists("from_name", $context) ? $context["from_name"] : (function () { throw new Twig_Error_Runtime('Variable "from_name" does not exist.', 220, $this->getSourceContext()); })()); |
|
385 | + echo (isset($context["from_name"]) || array_key_exists("from_name", $context) ? $context["from_name"] : (function() { throw new Twig_Error_Runtime('Variable "from_name" does not exist.', 220, $this->getSourceContext()); })()); |
|
386 | 386 | echo "\", \"fromLink\": \""; |
387 | - echo (isset($context["from_link"]) || array_key_exists("from_link", $context) ? $context["from_link"] : (function () { throw new Twig_Error_Runtime('Variable "from_link" does not exist.', 220, $this->getSourceContext()); })()); |
|
387 | + echo (isset($context["from_link"]) || array_key_exists("from_link", $context) ? $context["from_link"] : (function() { throw new Twig_Error_Runtime('Variable "from_link" does not exist.', 220, $this->getSourceContext()); })()); |
|
388 | 388 | echo "\", \"link\": \""; |
389 | 389 | echo $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForMethod($context, $context["meth"]); |
390 | 390 | echo "\", \"name\": \""; |
391 | 391 | echo twig_replace_filter($context["meth"], array("\\" => "\\\\")); |
392 | 392 | echo "\", \"doc\": \""; |
393 | - echo twig_escape_filter($this->env, json_encode($this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["meth"], "shortdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 220, $this->getSourceContext()); })()))), "html", null, true); |
|
393 | + echo twig_escape_filter($this->env, json_encode($this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["meth"], "shortdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function() { throw new Twig_Error_Runtime('Variable "class" does not exist.', 220, $this->getSourceContext()); })()))), "html", null, true); |
|
394 | 394 | echo "\"}, |
395 | 395 | "; |
396 | 396 | } |
@@ -429,7 +429,7 @@ discard block |
||
429 | 429 | <ul>"; |
430 | 430 | // line 229 |
431 | 431 | $context['_parent'] = $context; |
432 | - $context['_seq'] = twig_ensure_traversable((isset($context["tree"]) || array_key_exists("tree", $context) ? $context["tree"] : (function () { throw new Twig_Error_Runtime('Variable "tree" does not exist.', 229, $this->getSourceContext()); })())); |
|
432 | + $context['_seq'] = twig_ensure_traversable((isset($context["tree"]) || array_key_exists("tree", $context) ? $context["tree"] : (function() { throw new Twig_Error_Runtime('Variable "tree" does not exist.', 229, $this->getSourceContext()); })())); |
|
433 | 433 | foreach ($context['_seq'] as $context["_key"] => $context["element"]) { |
434 | 434 | // line 230 |
435 | 435 | if (twig_get_attribute($this->env, $this->getSourceContext(), $context["element"], 2, array(), "array")) { |
@@ -437,23 +437,23 @@ discard block |
||
437 | 437 | echo " <li data-name=\"namespace:"; |
438 | 438 | echo twig_replace_filter(twig_get_attribute($this->env, $this->getSourceContext(), $context["element"], 1, array(), "array"), array("\\" => "_")); |
439 | 439 | echo "\" "; |
440 | - if (((isset($context["depth"]) || array_key_exists("depth", $context) ? $context["depth"] : (function () { throw new Twig_Error_Runtime('Variable "depth" does not exist.', 231, $this->getSourceContext()); })()) < (isset($context["opened"]) || array_key_exists("opened", $context) ? $context["opened"] : (function () { throw new Twig_Error_Runtime('Variable "opened" does not exist.', 231, $this->getSourceContext()); })()))) { |
|
440 | + if (((isset($context["depth"]) || array_key_exists("depth", $context) ? $context["depth"] : (function() { throw new Twig_Error_Runtime('Variable "depth" does not exist.', 231, $this->getSourceContext()); })()) < (isset($context["opened"]) || array_key_exists("opened", $context) ? $context["opened"] : (function() { throw new Twig_Error_Runtime('Variable "opened" does not exist.', 231, $this->getSourceContext()); })()))) { |
|
441 | 441 | echo "class=\"opened\""; |
442 | 442 | } |
443 | 443 | echo "> |
444 | 444 | <div style=\"padding-left:"; |
445 | 445 | // line 232 |
446 | - echo ((isset($context["depth"]) || array_key_exists("depth", $context) ? $context["depth"] : (function () { throw new Twig_Error_Runtime('Variable "depth" does not exist.', 232, $this->getSourceContext()); })()) * 18); |
|
446 | + echo ((isset($context["depth"]) || array_key_exists("depth", $context) ? $context["depth"] : (function() { throw new Twig_Error_Runtime('Variable "depth" does not exist.', 232, $this->getSourceContext()); })()) * 18); |
|
447 | 447 | echo "px\" class=\"hd\"> |
448 | 448 | <span class=\"glyphicon glyphicon-play\"></span>"; |
449 | 449 | // line 233 |
450 | - if ( !twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 233, $this->getSourceContext()); })()), "config", array(0 => "simulate_namespaces"), "method")) { |
|
450 | + if (!twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function() { throw new Twig_Error_Runtime('Variable "project" does not exist.', 233, $this->getSourceContext()); })()), "config", array(0 => "simulate_namespaces"), "method")) { |
|
451 | 451 | echo "<a href=\""; |
452 | 452 | echo $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForNamespace($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["element"], 1, array(), "array")); |
453 | 453 | echo "\">"; |
454 | 454 | } |
455 | 455 | echo twig_get_attribute($this->env, $this->getSourceContext(), $context["element"], 0, array(), "array"); |
456 | - if ( !twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 233, $this->getSourceContext()); })()), "config", array(0 => "simulate_namespaces"), "method")) { |
|
456 | + if (!twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function() { throw new Twig_Error_Runtime('Variable "project" does not exist.', 233, $this->getSourceContext()); })()), "config", array(0 => "simulate_namespaces"), "method")) { |
|
457 | 457 | echo "</a>"; |
458 | 458 | } |
459 | 459 | // line 234 |
@@ -461,7 +461,7 @@ discard block |
||
461 | 461 | <div class=\"bd\"> |
462 | 462 | "; |
463 | 463 | // line 236 |
464 | - echo $context["__internal_19673542bca73c75548fd07e0673770ce397b80422823d7d940f6382456d6a39"]->macro_element(twig_get_attribute($this->env, $this->getSourceContext(), $context["element"], 2, array(), "array"), (isset($context["opened"]) || array_key_exists("opened", $context) ? $context["opened"] : (function () { throw new Twig_Error_Runtime('Variable "opened" does not exist.', 236, $this->getSourceContext()); })()), ((isset($context["depth"]) || array_key_exists("depth", $context) ? $context["depth"] : (function () { throw new Twig_Error_Runtime('Variable "depth" does not exist.', 236, $this->getSourceContext()); })()) + 1)); |
|
464 | + echo $context["__internal_19673542bca73c75548fd07e0673770ce397b80422823d7d940f6382456d6a39"]->macro_element(twig_get_attribute($this->env, $this->getSourceContext(), $context["element"], 2, array(), "array"), (isset($context["opened"]) || array_key_exists("opened", $context) ? $context["opened"] : (function() { throw new Twig_Error_Runtime('Variable "opened" does not exist.', 236, $this->getSourceContext()); })()), ((isset($context["depth"]) || array_key_exists("depth", $context) ? $context["depth"] : (function() { throw new Twig_Error_Runtime('Variable "depth" does not exist.', 236, $this->getSourceContext()); })()) + 1)); |
|
465 | 465 | // line 237 |
466 | 466 | echo "</div> |
467 | 467 | </li> |
@@ -471,13 +471,13 @@ discard block |
||
471 | 471 | echo " <li data-name=\"class:"; |
472 | 472 | echo twig_escape_filter($this->env, twig_replace_filter(twig_get_attribute($this->env, $this->getSourceContext(), twig_get_attribute($this->env, $this->getSourceContext(), $context["element"], 1, array(), "array"), "name", array()), array("\\" => "_")), "html", null, true); |
473 | 473 | echo "\" "; |
474 | - if (((isset($context["depth"]) || array_key_exists("depth", $context) ? $context["depth"] : (function () { throw new Twig_Error_Runtime('Variable "depth" does not exist.', 240, $this->getSourceContext()); })()) < (isset($context["opened"]) || array_key_exists("opened", $context) ? $context["opened"] : (function () { throw new Twig_Error_Runtime('Variable "opened" does not exist.', 240, $this->getSourceContext()); })()))) { |
|
474 | + if (((isset($context["depth"]) || array_key_exists("depth", $context) ? $context["depth"] : (function() { throw new Twig_Error_Runtime('Variable "depth" does not exist.', 240, $this->getSourceContext()); })()) < (isset($context["opened"]) || array_key_exists("opened", $context) ? $context["opened"] : (function() { throw new Twig_Error_Runtime('Variable "opened" does not exist.', 240, $this->getSourceContext()); })()))) { |
|
475 | 475 | echo "class=\"opened\""; |
476 | 476 | } |
477 | 477 | echo "> |
478 | 478 | <div style=\"padding-left:"; |
479 | 479 | // line 241 |
480 | - echo twig_escape_filter($this->env, (8 + ((isset($context["depth"]) || array_key_exists("depth", $context) ? $context["depth"] : (function () { throw new Twig_Error_Runtime('Variable "depth" does not exist.', 241, $this->getSourceContext()); })()) * 18)), "html", null, true); |
|
480 | + echo twig_escape_filter($this->env, (8 + ((isset($context["depth"]) || array_key_exists("depth", $context) ? $context["depth"] : (function() { throw new Twig_Error_Runtime('Variable "depth" does not exist.', 241, $this->getSourceContext()); })()) * 18)), "html", null, true); |
|
481 | 481 | echo "px\" class=\"hd leaf\"> |
482 | 482 | <a href=\""; |
483 | 483 | // line 242 |
@@ -515,7 +515,7 @@ discard block |
||
515 | 515 | |
516 | 516 | public function getDebugInfo() |
517 | 517 | { |
518 | - return array ( 497 => 247, 484 => 242, 480 => 241, 471 => 240, 466 => 237, 464 => 236, 460 => 234, 450 => 233, 446 => 232, 437 => 231, 435 => 230, 431 => 229, 428 => 227, 425 => 226, 411 => 225, 401 => 222, 384 => 220, 379 => 219, 376 => 218, 373 => 217, 370 => 216, 358 => 215, 330 => 159, 327 => 158, 321 => 39, 317 => 40, 314 => 39, 311 => 37, 303 => 35, 280 => 34, 276 => 33, 273 => 32, 265 => 30, 248 => 29, 244 => 28, 241 => 27, 229 => 25, 225 => 24, 222 => 23, 219 => 22, 216 => 21, 211 => 224, 178 => 212, 175 => 184, 173 => 158, 54 => 41, 52 => 21, 36 => 9, 27 => 3, 24 => 2, 22 => 1,); |
|
518 | + return array(497 => 247, 484 => 242, 480 => 241, 471 => 240, 466 => 237, 464 => 236, 460 => 234, 450 => 233, 446 => 232, 437 => 231, 435 => 230, 431 => 229, 428 => 227, 425 => 226, 411 => 225, 401 => 222, 384 => 220, 379 => 219, 376 => 218, 373 => 217, 370 => 216, 358 => 215, 330 => 159, 327 => 158, 321 => 39, 317 => 40, 314 => 39, 311 => 37, 303 => 35, 280 => 34, 276 => 33, 273 => 32, 265 => 30, 248 => 29, 244 => 28, 241 => 27, 229 => 25, 225 => 24, 222 => 23, 219 => 22, 216 => 21, 211 => 224, 178 => 212, 175 => 184, 173 => 158, 54 => 41, 52 => 21, 36 => 9, 27 => 3, 24 => 2, 22 => 1,); |
|
519 | 519 | } |
520 | 520 | |
521 | 521 | public function getSourceContext() |
@@ -98,7 +98,7 @@ discard block |
||
98 | 98 | // line 30 |
99 | 99 | echo twig_escape_filter($this->env, $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForStaticFile($context, "index.html"), "html", null, true); |
100 | 100 | echo "\">"; |
101 | - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 30, $this->getSourceContext()); })()), "config", array(0 => "title"), "method"), "html", null, true); |
|
101 | + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function() { throw new Twig_Error_Runtime('Variable "project" does not exist.', 30, $this->getSourceContext()); })()), "config", array(0 => "title"), "method"), "html", null, true); |
|
102 | 102 | echo "</a> |
103 | 103 | </div> |
104 | 104 | <div class=\"collapse navbar-collapse\" id=\"navbar-elements\"> |
@@ -109,7 +109,7 @@ discard block |
||
109 | 109 | echo "\">Classes</a></li> |
110 | 110 | "; |
111 | 111 | // line 35 |
112 | - if ((isset($context["has_namespaces"]) || array_key_exists("has_namespaces", $context) ? $context["has_namespaces"] : (function () { throw new Twig_Error_Runtime('Variable "has_namespaces" does not exist.', 35, $this->getSourceContext()); })())) { |
|
112 | + if ((isset($context["has_namespaces"]) || array_key_exists("has_namespaces", $context) ? $context["has_namespaces"] : (function() { throw new Twig_Error_Runtime('Variable "has_namespaces" does not exist.', 35, $this->getSourceContext()); })())) { |
|
113 | 113 | // line 36 |
114 | 114 | echo " <li><a href=\""; |
115 | 115 | echo twig_escape_filter($this->env, $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForStaticFile($context, "namespaces.html"), "html", null, true); |
@@ -154,14 +154,14 @@ discard block |
||
154 | 154 | echo " <div id=\"control-panel\"> |
155 | 155 | "; |
156 | 156 | // line 54 |
157 | - if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 54, $this->getSourceContext()); })()), "versions", array())) > 1)) { |
|
157 | + if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function() { throw new Twig_Error_Runtime('Variable "project" does not exist.', 54, $this->getSourceContext()); })()), "versions", array())) > 1)) { |
|
158 | 158 | // line 55 |
159 | 159 | echo " <form action=\"#\" method=\"GET\"> |
160 | 160 | <select id=\"version-switcher\" name=\"version\"> |
161 | 161 | "; |
162 | 162 | // line 57 |
163 | 163 | $context['_parent'] = $context; |
164 | - $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 57, $this->getSourceContext()); })()), "versions", array())); |
|
164 | + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function() { throw new Twig_Error_Runtime('Variable "project" does not exist.', 57, $this->getSourceContext()); })()), "versions", array())); |
|
165 | 165 | foreach ($context['_seq'] as $context["_key"] => $context["version"]) { |
166 | 166 | // line 58 |
167 | 167 | echo " <option value=\""; |
@@ -221,7 +221,7 @@ discard block |
||
221 | 221 | |
222 | 222 | public function getDebugInfo() |
223 | 223 | { |
224 | - return array ( 206 => 77, 203 => 76, 190 => 66, 185 => 63, 180 => 60, 167 => 58, 163 => 57, 159 => 55, 157 => 54, 154 => 53, 151 => 52, 146 => 49, 143 => 48, 133 => 41, 129 => 40, 125 => 39, 120 => 38, 114 => 36, 112 => 35, 108 => 34, 99 => 30, 88 => 21, 85 => 20, 79 => 13, 73 => 11, 65 => 15, 62 => 14, 60 => 13, 57 => 12, 55 => 11, 51 => 10, 45 => 7, 41 => 6, 37 => 4, 34 => 3, 11 => 1,); |
|
224 | + return array(206 => 77, 203 => 76, 190 => 66, 185 => 63, 180 => 60, 167 => 58, 163 => 57, 159 => 55, 157 => 54, 154 => 53, 151 => 52, 146 => 49, 143 => 48, 133 => 41, 129 => 40, 125 => 39, 120 => 38, 114 => 36, 112 => 35, 108 => 34, 99 => 30, 88 => 21, 85 => 20, 79 => 13, 73 => 11, 65 => 15, 62 => 14, 60 => 13, 57 => 12, 55 => 11, 51 => 10, 45 => 7, 41 => 6, 37 => 4, 34 => 3, 11 => 1,); |
|
225 | 225 | } |
226 | 226 | |
227 | 227 | public function getSourceContext() |