@@ -408,6 +408,10 @@ |
||
408 | 408 | } |
409 | 409 | |
410 | 410 | // line 225 |
411 | + |
|
412 | + /** |
|
413 | + * @param integer $__depth__ |
|
414 | + */ |
|
411 | 415 | public function macro_element($__tree__ = null, $__opened__ = null, $__depth__ = null, ...$__varargs__) |
412 | 416 | { |
413 | 417 | $context = $this->env->mergeGlobals(array( |
@@ -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() |
@@ -3,8 +3,7 @@ discard block |
||
3 | 3 | /* sami.js.twig */ |
4 | 4 | class __TwigTemplate_8206467aa1869d2c5530cbed2cab9e3f45d7108d4175abc935bd2f89c2f421bf extends Twig_Template |
5 | 5 | { |
6 | - public function __construct(Twig_Environment $env) |
|
7 | - { |
|
6 | + public function __construct(Twig_Environment $env) { |
|
8 | 7 | parent::__construct($env); |
9 | 8 | |
10 | 9 | $this->parent = false; |
@@ -16,15 +15,16 @@ discard block |
||
16 | 15 | ); |
17 | 16 | } |
18 | 17 | |
19 | - protected function doDisplay(array $context, array $blocks = array()) |
|
20 | - { |
|
18 | + protected function doDisplay(array $context, array $blocks = array()) { |
|
21 | 19 | // line 1 |
22 | 20 | $context["__internal_8afc8a8ae1ba1195f1a5124fbe671ff7240f27c9ccc050ed7e120c7cdabb77b7"] = $this; |
23 | 21 | // line 2 |
24 | 22 | echo " |
25 | 23 | window.projectVersion = '"; |
26 | 24 | // 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); |
|
25 | + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () |
|
26 | + { |
|
27 | +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,11 @@ 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 () |
|
37 | + { |
|
38 | +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 () |
|
39 | + { |
|
40 | +throw new Twig_Error_Runtime('Variable "project" does not exist.', 9, $this->getSourceContext()); })()), "config", array(0 => "default_opened_level"), "method"), 0), array("'" => "\\'", " |
|
37 | 41 | " => "")); |
38 | 42 | echo "'; |
39 | 43 | |
@@ -213,8 +217,7 @@ discard block |
||
213 | 217 | } |
214 | 218 | |
215 | 219 | // line 21 |
216 | - public function block_search_index($context, array $blocks = array()) |
|
217 | - { |
|
220 | + public function block_search_index($context, array $blocks = array()) { |
|
218 | 221 | // line 22 |
219 | 222 | echo " "; |
220 | 223 | $context["__internal_e00250934c7fb9cfd9a6e95672df28c1397bb383b1410781167bff5196387df3"] = $this; |
@@ -223,7 +226,9 @@ discard block |
||
223 | 226 | "; |
224 | 227 | // line 24 |
225 | 228 | $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()); })())); |
|
229 | + $context['_seq'] = twig_ensure_traversable((isset($context["namespaces"]) || array_key_exists("namespaces", $context) ? $context["namespaces"] : (function () |
|
230 | + { |
|
231 | +throw new Twig_Error_Runtime('Variable "namespaces" does not exist.', 24, $this->getSourceContext()); })())); |
|
227 | 232 | foreach ($context['_seq'] as $context["_key"] => $context["ns"]) { |
228 | 233 | // line 25 |
229 | 234 | echo "{\"type\": \"Namespace\", \"link\": \""; |
@@ -242,7 +247,9 @@ discard block |
||
242 | 247 | "; |
243 | 248 | // line 28 |
244 | 249 | $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()); })())); |
|
250 | + $context['_seq'] = twig_ensure_traversable((isset($context["interfaces"]) || array_key_exists("interfaces", $context) ? $context["interfaces"] : (function () |
|
251 | + { |
|
252 | +throw new Twig_Error_Runtime('Variable "interfaces" does not exist.', 28, $this->getSourceContext()); })())); |
|
246 | 253 | foreach ($context['_seq'] as $context["_key"] => $context["class"]) { |
247 | 254 | // line 29 |
248 | 255 | echo "{\"type\": \"Interface\", "; |
@@ -274,13 +281,16 @@ discard block |
||
274 | 281 | "; |
275 | 282 | // line 33 |
276 | 283 | $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()); })())); |
|
284 | + $context['_seq'] = twig_ensure_traversable((isset($context["classes"]) || array_key_exists("classes", $context) ? $context["classes"] : (function () |
|
285 | + { |
|
286 | +throw new Twig_Error_Runtime('Variable "classes" does not exist.', 33, $this->getSourceContext()); })())); |
|
278 | 287 | foreach ($context['_seq'] as $context["_key"] => $context["class"]) { |
279 | 288 | // line 34 |
280 | 289 | echo "{\"type\": "; |
281 | 290 | if (twig_get_attribute($this->env, $this->getSourceContext(), $context["class"], "isTrait", array())) { |
282 | 291 | echo "\"Trait\""; |
283 | - } else { |
|
292 | + } |
|
293 | + else { |
|
284 | 294 | echo "\"Class\""; |
285 | 295 | } |
286 | 296 | echo ", "; |
@@ -318,14 +328,12 @@ discard block |
||
318 | 328 | } |
319 | 329 | |
320 | 330 | // line 39 |
321 | - public function block_search_index_extra($context, array $blocks = array()) |
|
322 | - { |
|
331 | + public function block_search_index_extra($context, array $blocks = array()) { |
|
323 | 332 | echo ""; |
324 | 333 | } |
325 | 334 | |
326 | 335 | // line 158 |
327 | - public function block_treejs($context, array $blocks = array()) |
|
328 | - { |
|
336 | + public function block_treejs($context, array $blocks = array()) { |
|
329 | 337 | // line 159 |
330 | 338 | echo " |
331 | 339 | // Toggle left-nav divs on click |
@@ -355,8 +363,7 @@ discard block |
||
355 | 363 | } |
356 | 364 | |
357 | 365 | // line 215 |
358 | - public function macro_add_class_methods_index($__class__ = null, ...$__varargs__) |
|
359 | - { |
|
366 | + public function macro_add_class_methods_index($__class__ = null, ...$__varargs__) { |
|
360 | 367 | $context = $this->env->mergeGlobals(array( |
361 | 368 | "class" => $__class__, |
362 | 369 | "varargs" => $__varargs__, |
@@ -368,29 +375,43 @@ discard block |
||
368 | 375 | try { |
369 | 376 | // line 216 |
370 | 377 | 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())) { |
|
378 | + if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
379 | + { |
|
380 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 216, $this->getSourceContext()); })()), "methods", array())) { |
|
372 | 381 | // line 217 |
373 | 382 | 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("\\" => "\\\\")); |
|
383 | + $context["from_name"] = twig_replace_filter(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
384 | + { |
|
385 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 217, $this->getSourceContext()); })()), "name", array()), array("\\" => "\\\\")); |
|
375 | 386 | // line 218 |
376 | 387 | 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()); })())); |
|
388 | + $context["from_link"] = $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForClass($context, (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
389 | + { |
|
390 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 218, $this->getSourceContext()); })())); |
|
378 | 391 | // line 219 |
379 | 392 | echo " "; |
380 | 393 | $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())); |
|
394 | + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
395 | + { |
|
396 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 219, $this->getSourceContext()); })()), "methods", array())); |
|
382 | 397 | foreach ($context['_seq'] as $context["_key"] => $context["meth"]) { |
383 | 398 | // line 220 |
384 | 399 | 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()); })()); |
|
400 | + echo (isset($context["from_name"]) || array_key_exists("from_name", $context) ? $context["from_name"] : (function () |
|
401 | + { |
|
402 | +throw new Twig_Error_Runtime('Variable "from_name" does not exist.', 220, $this->getSourceContext()); })()); |
|
386 | 403 | 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()); })()); |
|
404 | + echo (isset($context["from_link"]) || array_key_exists("from_link", $context) ? $context["from_link"] : (function () |
|
405 | + { |
|
406 | +throw new Twig_Error_Runtime('Variable "from_link" does not exist.', 220, $this->getSourceContext()); })()); |
|
388 | 407 | echo "\", \"link\": \""; |
389 | 408 | echo $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForMethod($context, $context["meth"]); |
390 | 409 | echo "\", \"name\": \""; |
391 | 410 | echo twig_replace_filter($context["meth"], array("\\" => "\\\\")); |
392 | 411 | 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); |
|
412 | + 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 () |
|
413 | + { |
|
414 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 220, $this->getSourceContext()); })()))), "html", null, true); |
|
394 | 415 | echo "\"}, |
395 | 416 | "; |
396 | 417 | } |
@@ -402,14 +423,14 @@ discard block |
||
402 | 423 | } |
403 | 424 | |
404 | 425 | return ('' === $tmp = ob_get_contents()) ? '' : new Twig_Markup($tmp, $this->env->getCharset()); |
405 | - } finally { |
|
426 | + } |
|
427 | + finally { |
|
406 | 428 | ob_end_clean(); |
407 | 429 | } |
408 | 430 | } |
409 | 431 | |
410 | 432 | // line 225 |
411 | - public function macro_element($__tree__ = null, $__opened__ = null, $__depth__ = null, ...$__varargs__) |
|
412 | - { |
|
433 | + public function macro_element($__tree__ = null, $__opened__ = null, $__depth__ = null, ...$__varargs__) { |
|
413 | 434 | $context = $this->env->mergeGlobals(array( |
414 | 435 | "tree" => $__tree__, |
415 | 436 | "opened" => $__opened__, |
@@ -429,7 +450,9 @@ discard block |
||
429 | 450 | <ul>"; |
430 | 451 | // line 229 |
431 | 452 | $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()); })())); |
|
453 | + $context['_seq'] = twig_ensure_traversable((isset($context["tree"]) || array_key_exists("tree", $context) ? $context["tree"] : (function () |
|
454 | + { |
|
455 | +throw new Twig_Error_Runtime('Variable "tree" does not exist.', 229, $this->getSourceContext()); })())); |
|
433 | 456 | foreach ($context['_seq'] as $context["_key"] => $context["element"]) { |
434 | 457 | // line 230 |
435 | 458 | if (twig_get_attribute($this->env, $this->getSourceContext(), $context["element"], 2, array(), "array")) { |
@@ -437,23 +460,33 @@ discard block |
||
437 | 460 | echo " <li data-name=\"namespace:"; |
438 | 461 | echo twig_replace_filter(twig_get_attribute($this->env, $this->getSourceContext(), $context["element"], 1, array(), "array"), array("\\" => "_")); |
439 | 462 | 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()); })()))) { |
|
463 | + if (((isset($context["depth"]) || array_key_exists("depth", $context) ? $context["depth"] : (function () |
|
464 | + { |
|
465 | +throw new Twig_Error_Runtime('Variable "depth" does not exist.', 231, $this->getSourceContext()); })()) < (isset($context["opened"]) || array_key_exists("opened", $context) ? $context["opened"] : (function () |
|
466 | + { |
|
467 | +throw new Twig_Error_Runtime('Variable "opened" does not exist.', 231, $this->getSourceContext()); })()))) { |
|
441 | 468 | echo "class=\"opened\""; |
442 | 469 | } |
443 | 470 | echo "> |
444 | 471 | <div style=\"padding-left:"; |
445 | 472 | // 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); |
|
473 | + echo ((isset($context["depth"]) || array_key_exists("depth", $context) ? $context["depth"] : (function () |
|
474 | + { |
|
475 | +throw new Twig_Error_Runtime('Variable "depth" does not exist.', 232, $this->getSourceContext()); })()) * 18); |
|
447 | 476 | echo "px\" class=\"hd\"> |
448 | 477 | <span class=\"glyphicon glyphicon-play\"></span>"; |
449 | 478 | // 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")) { |
|
479 | + if ( !twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () |
|
480 | + { |
|
481 | +throw new Twig_Error_Runtime('Variable "project" does not exist.', 233, $this->getSourceContext()); })()), "config", array(0 => "simulate_namespaces"), "method")) { |
|
451 | 482 | echo "<a href=\""; |
452 | 483 | echo $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForNamespace($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["element"], 1, array(), "array")); |
453 | 484 | echo "\">"; |
454 | 485 | } |
455 | 486 | 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")) { |
|
487 | + if ( !twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () |
|
488 | + { |
|
489 | +throw new Twig_Error_Runtime('Variable "project" does not exist.', 233, $this->getSourceContext()); })()), "config", array(0 => "simulate_namespaces"), "method")) { |
|
457 | 490 | echo "</a>"; |
458 | 491 | } |
459 | 492 | // line 234 |
@@ -461,23 +494,34 @@ discard block |
||
461 | 494 | <div class=\"bd\"> |
462 | 495 | "; |
463 | 496 | // 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)); |
|
497 | + 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 () |
|
498 | + { |
|
499 | +throw new Twig_Error_Runtime('Variable "opened" does not exist.', 236, $this->getSourceContext()); })()), ((isset($context["depth"]) || array_key_exists("depth", $context) ? $context["depth"] : (function () |
|
500 | + { |
|
501 | +throw new Twig_Error_Runtime('Variable "depth" does not exist.', 236, $this->getSourceContext()); })()) + 1)); |
|
465 | 502 | // line 237 |
466 | 503 | echo "</div> |
467 | 504 | </li> |
468 | 505 | "; |
469 | - } else { |
|
506 | + } |
|
507 | + else { |
|
470 | 508 | // line 240 |
471 | 509 | echo " <li data-name=\"class:"; |
472 | 510 | 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 | 511 | 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()); })()))) { |
|
512 | + if (((isset($context["depth"]) || array_key_exists("depth", $context) ? $context["depth"] : (function () |
|
513 | + { |
|
514 | +throw new Twig_Error_Runtime('Variable "depth" does not exist.', 240, $this->getSourceContext()); })()) < (isset($context["opened"]) || array_key_exists("opened", $context) ? $context["opened"] : (function () |
|
515 | + { |
|
516 | +throw new Twig_Error_Runtime('Variable "opened" does not exist.', 240, $this->getSourceContext()); })()))) { |
|
475 | 517 | echo "class=\"opened\""; |
476 | 518 | } |
477 | 519 | echo "> |
478 | 520 | <div style=\"padding-left:"; |
479 | 521 | // 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); |
|
522 | + echo twig_escape_filter($this->env, (8 + ((isset($context["depth"]) || array_key_exists("depth", $context) ? $context["depth"] : (function () |
|
523 | + { |
|
524 | +throw new Twig_Error_Runtime('Variable "depth" does not exist.', 241, $this->getSourceContext()); })()) * 18)), "html", null, true); |
|
481 | 525 | echo "px\" class=\"hd leaf\"> |
482 | 526 | <a href=\""; |
483 | 527 | // line 242 |
@@ -498,28 +542,25 @@ discard block |
||
498 | 542 | "; |
499 | 543 | |
500 | 544 | return ('' === $tmp = ob_get_contents()) ? '' : new Twig_Markup($tmp, $this->env->getCharset()); |
501 | - } finally { |
|
545 | + } |
|
546 | + finally { |
|
502 | 547 | ob_end_clean(); |
503 | 548 | } |
504 | 549 | } |
505 | 550 | |
506 | - public function getTemplateName() |
|
507 | - { |
|
551 | + public function getTemplateName() { |
|
508 | 552 | return "sami.js.twig"; |
509 | 553 | } |
510 | 554 | |
511 | - public function isTraitable() |
|
512 | - { |
|
555 | + public function isTraitable() { |
|
513 | 556 | return false; |
514 | 557 | } |
515 | 558 | |
516 | - public function getDebugInfo() |
|
517 | - { |
|
559 | + public function getDebugInfo() { |
|
518 | 560 | 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 | 561 | } |
520 | 562 | |
521 | - public function getSourceContext() |
|
522 | - { |
|
563 | + public function getSourceContext() { |
|
523 | 564 | return new Twig_Source("{% from _self import element %} |
524 | 565 | |
525 | 566 | window.projectVersion = '{{ project.version }}'; |
@@ -7,7 +7,7 @@ discard block |
||
7 | 7 | { |
8 | 8 | parent::__construct($env); |
9 | 9 | |
10 | - $this->parent = false; |
|
10 | + $this->parent = FALSE; |
|
11 | 11 | |
12 | 12 | $this->blocks = array( |
13 | 13 | 'search_index' => array($this, 'block_search_index'), |
@@ -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) { |
@@ -258,7 +258,7 @@ discard block |
||
258 | 258 | echo "\", \"name\": \""; |
259 | 259 | echo twig_replace_filter(twig_get_attribute($this->env, $this->getSourceContext(), $context["class"], "name", array()), array("\\" => "\\\\")); |
260 | 260 | echo "\", \"doc\": \""; |
261 | - echo twig_escape_filter($this->env, json_encode($this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["class"], "shortdesc", array()), $context["class"])), "html", null, true); |
|
261 | + echo twig_escape_filter($this->env, json_encode($this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["class"], "shortdesc", array()), $context["class"])), "html", NULL, TRUE); |
|
262 | 262 | echo "\"}, |
263 | 263 | "; |
264 | 264 | // line 30 |
@@ -296,7 +296,7 @@ discard block |
||
296 | 296 | echo "\", \"name\": \""; |
297 | 297 | echo twig_replace_filter(twig_get_attribute($this->env, $this->getSourceContext(), $context["class"], "name", array()), array("\\" => "\\\\")); |
298 | 298 | echo "\", \"doc\": \""; |
299 | - echo twig_escape_filter($this->env, json_encode($this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["class"], "shortdesc", array()), $context["class"])), "html", null, true); |
|
299 | + echo twig_escape_filter($this->env, json_encode($this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["class"], "shortdesc", array()), $context["class"])), "html", NULL, TRUE); |
|
300 | 300 | echo "\"}, |
301 | 301 | "; |
302 | 302 | // line 35 |
@@ -355,7 +355,7 @@ discard block |
||
355 | 355 | } |
356 | 356 | |
357 | 357 | // line 215 |
358 | - public function macro_add_class_methods_index($__class__ = null, ...$__varargs__) |
|
358 | + public function macro_add_class_methods_index($__class__ = NULL, ...$__varargs__) |
|
359 | 359 | { |
360 | 360 | $context = $this->env->mergeGlobals(array( |
361 | 361 | "class" => $__class__, |
@@ -390,7 +390,7 @@ discard block |
||
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 | } |
@@ -408,7 +408,7 @@ discard block |
||
408 | 408 | } |
409 | 409 | |
410 | 410 | // line 225 |
411 | - public function macro_element($__tree__ = null, $__opened__ = null, $__depth__ = null, ...$__varargs__) |
|
411 | + public function macro_element($__tree__ = NULL, $__opened__ = NULL, $__depth__ = NULL, ...$__varargs__) |
|
412 | 412 | { |
413 | 413 | $context = $this->env->mergeGlobals(array( |
414 | 414 | "tree" => $__tree__, |
@@ -469,7 +469,7 @@ discard block |
||
469 | 469 | } else { |
470 | 470 | // line 240 |
471 | 471 | echo " <li data-name=\"class:"; |
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); |
|
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 | 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\""; |
@@ -477,13 +477,13 @@ discard block |
||
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 |
484 | 484 | echo $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForClass($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["element"], 1, array(), "array")); |
485 | 485 | echo "\">"; |
486 | - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), $context["element"], 0, array(), "array"), "html", null, true); |
|
486 | + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), $context["element"], 0, array(), "array"), "html", NULL, TRUE); |
|
487 | 487 | echo "</a> |
488 | 488 | </div> |
489 | 489 | </li> |
@@ -510,7 +510,7 @@ discard block |
||
510 | 510 | |
511 | 511 | public function isTraitable() |
512 | 512 | { |
513 | - return false; |
|
513 | + return FALSE; |
|
514 | 514 | } |
515 | 515 | |
516 | 516 | public function getDebugInfo() |
@@ -73,7 +73,7 @@ discard block |
||
73 | 73 | // Create an array with the valid values |
74 | 74 | $valid_values = explode(",", self::SLACK_VALID_VALUES); |
75 | 75 | |
76 | - if(!in_array($key, $valid_values)) { |
|
76 | + if (!in_array($key, $valid_values)) { |
|
77 | 77 | unset($values[$key]); |
78 | 78 | } |
79 | 79 | else { |
@@ -84,7 +84,7 @@ discard block |
||
84 | 84 | } |
85 | 85 | |
86 | 86 | // Check if a message has been defined |
87 | - if(!isset($values["message"])) { |
|
87 | + if (!isset($values["message"])) { |
|
88 | 88 | throw new InvalidArgumentException("The message value is missing."); |
89 | 89 | } |
90 | 90 | |
@@ -94,13 +94,13 @@ discard block |
||
94 | 94 | $values["message"] = str_replace('>', '>', $values["message"]); |
95 | 95 | |
96 | 96 | // Add the link to the message if needed. |
97 | - if(isset($values["link"]) && ($values["link"] !== NULL)) { |
|
97 | + if (isset($values["link"]) && ($values["link"] !== NULL)) { |
|
98 | 98 | $values["message"] .= "\n"; |
99 | - $values["message"] .= "<" . $values["link"]; |
|
100 | - if(isset($values["link_text"]) && ($values["link_text"] !== NULL)) { |
|
101 | - $values["message"] .= "|" . $values["link_text"]; |
|
99 | + $values["message"] .= "<" . $values["link"]; |
|
100 | + if (isset($values["link_text"]) && ($values["link_text"] !== NULL)) { |
|
101 | + $values["message"] .= "|" . $values["link_text"]; |
|
102 | 102 | } |
103 | - $values["message"] .= ">" ; |
|
103 | + $values["message"] .= ">"; |
|
104 | 104 | } |
105 | 105 | |
106 | 106 | // Set the parameters for the request |
@@ -108,33 +108,33 @@ discard block |
||
108 | 108 | "text" => $values["message"] |
109 | 109 | ); |
110 | 110 | |
111 | - if(isset($values["channel"]) && ($values["channel"] !== NULL)) { |
|
111 | + if (isset($values["channel"]) && ($values["channel"] !== NULL)) { |
|
112 | 112 | $params["channel"] = $values["channel"]; |
113 | 113 | } |
114 | 114 | |
115 | - if(isset($values["icon"]) && ($values["icon"] !== NULL)) { |
|
115 | + if (isset($values["icon"]) && ($values["icon"] !== NULL)) { |
|
116 | 116 | |
117 | 117 | // The icon may either be a URL or an emoji |
118 | 118 | // We need to check the form of the string to know which parameter to choose. |
119 | 119 | $icon_type = NULL; |
120 | 120 | |
121 | - if((strcmp(substr($values["icon"], 0, 1), ":") == 0) && (strcmp(substr($values["icon"], -1), ":") == 0)) { |
|
121 | + if ((strcmp(substr($values["icon"], 0, 1), ":") == 0) && (strcmp(substr($values["icon"], -1), ":") == 0)) { |
|
122 | 122 | $icon_type = "emoji"; |
123 | 123 | } |
124 | 124 | else { |
125 | 125 | $icon_type = "url"; |
126 | 126 | } |
127 | 127 | |
128 | - if($icon_type != NULL) |
|
129 | - $params["icon_".$icon_type] = $values["icon"]; |
|
128 | + if ($icon_type != NULL) |
|
129 | + $params["icon_" . $icon_type] = $values["icon"]; |
|
130 | 130 | } |
131 | 131 | |
132 | - if(isset($values["username"]) && ($values["username"] !== NULL)) { |
|
132 | + if (isset($values["username"]) && ($values["username"] !== NULL)) { |
|
133 | 133 | $params["username"] = $values["username"]; |
134 | 134 | } |
135 | 135 | |
136 | 136 | // Check if there are attachments to add to the request |
137 | - if(is_array($this->attachments) && (count($this->attachments) > 0)) { |
|
137 | + if (is_array($this->attachments) && (count($this->attachments) > 0)) { |
|
138 | 138 | $params["attachments"] = $this->attachments; |
139 | 139 | } |
140 | 140 | |
@@ -142,13 +142,13 @@ discard block |
||
142 | 142 | try { |
143 | 143 | $client = new \GuzzleHttp\Client(); |
144 | 144 | $json_response = $client->request('POST', $this->url, [ |
145 | - 'body' => json_encode( $params ) |
|
145 | + 'body' => json_encode($params) |
|
146 | 146 | ]); |
147 | 147 | // $curl_status = $json_response->getStatusCode(); |
148 | 148 | // $response = json_decode( $json_response->getBody() ); |
149 | 149 | } |
150 | - catch(RequestException $e) { |
|
151 | - throw new RuntimeException('The request to the webhook failed: '.$e->getMessage(), $e->getCode(), $e); |
|
150 | + catch (RequestException $e) { |
|
151 | + throw new RuntimeException('The request to the webhook failed: ' . $e->getMessage(), $e->getCode(), $e); |
|
152 | 152 | } |
153 | 153 | |
154 | 154 | // We re-initialize the attachments to prevent any conflict with a future message. |
@@ -177,13 +177,13 @@ discard block |
||
177 | 177 | // Create an array with the valid values |
178 | 178 | $valid_values = explode(",", self::SLACK_VALID_ATTACHMENTS); |
179 | 179 | |
180 | - if(!in_array($key, $valid_values)) { |
|
180 | + if (!in_array($key, $valid_values)) { |
|
181 | 181 | unset($attachments[$key]); |
182 | 182 | } |
183 | 183 | } |
184 | 184 | |
185 | 185 | // Check if a message has been defined |
186 | - if(!isset($attachments["fallback"], $attachments["fields"], $attachments["fields"]["title"])) { |
|
186 | + if (!isset($attachments["fallback"], $attachments["fields"], $attachments["fields"]["title"])) { |
|
187 | 187 | throw new InvalidArgumentException("Attachment fields are missing."); |
188 | 188 | } |
189 | 189 |
@@ -37,8 +37,7 @@ discard block |
||
37 | 37 | /** |
38 | 38 | * @return string |
39 | 39 | */ |
40 | - public function getUrl() |
|
41 | - { |
|
40 | + public function getUrl() { |
|
42 | 41 | return $this->url; |
43 | 42 | } |
44 | 43 | |
@@ -47,8 +46,7 @@ discard block |
||
47 | 46 | * |
48 | 47 | * @return WebhooksInterface |
49 | 48 | */ |
50 | - public function setUrl($url) |
|
51 | - { |
|
49 | + public function setUrl($url) { |
|
52 | 50 | if (!is_string($url)) { |
53 | 51 | throw new InvalidArgumentException('The URL must be a string.'); |
54 | 52 | } |
@@ -65,8 +63,7 @@ discard block |
||
65 | 63 | * @param array $values |
66 | 64 | * @return Webhook |
67 | 65 | */ |
68 | - public function sendMessage($values) |
|
69 | - { |
|
66 | + public function sendMessage($values) { |
|
70 | 67 | // Parse the values to make sure they are valid |
71 | 68 | foreach ($values as $key => $value) { |
72 | 69 | |
@@ -165,8 +162,7 @@ discard block |
||
165 | 162 | * @param array $attachments |
166 | 163 | * @return Webhook |
167 | 164 | */ |
168 | - public function setAttachments($attachments) |
|
169 | - { |
|
165 | + public function setAttachments($attachments) { |
|
170 | 166 | if (!is_array($attachments)) { |
171 | 167 | throw new InvalidArgumentException('The attachments must be an array.'); |
172 | 168 | } |
@@ -59,7 +59,7 @@ discard block |
||
59 | 59 | foreach ($context['_seq'] as $context["_key"] => $context["letter"]) { |
60 | 60 | // line 14 |
61 | 61 | echo " "; |
62 | - if ((twig_get_attribute($this->env, $this->getSourceContext(), ($context["items"] ?? null), $context["letter"], array(), "array", true, true) && (twig_length_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["items"]) || array_key_exists("items", $context) ? $context["items"] : (function () { throw new Twig_Error_Runtime('Variable "items" does not exist.', 14, $this->getSourceContext()); })()), $context["letter"], array(), "array")) > 1))) { |
|
62 | + if ((twig_get_attribute($this->env, $this->getSourceContext(), ($context["items"] ?? null), $context["letter"], array(), "array", true, true) && (twig_length_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["items"]) || array_key_exists("items", $context) ? $context["items"] : (function() { throw new Twig_Error_Runtime('Variable "items" does not exist.', 14, $this->getSourceContext()); })()), $context["letter"], array(), "array")) > 1))) { |
|
63 | 63 | // line 15 |
64 | 64 | echo " <li><a href=\"#letter"; |
65 | 65 | echo $context["letter"]; |
@@ -88,7 +88,7 @@ discard block |
||
88 | 88 | "; |
89 | 89 | // line 22 |
90 | 90 | $context['_parent'] = $context; |
91 | - $context['_seq'] = twig_ensure_traversable((isset($context["items"]) || array_key_exists("items", $context) ? $context["items"] : (function () { throw new Twig_Error_Runtime('Variable "items" does not exist.', 22, $this->getSourceContext()); })())); |
|
91 | + $context['_seq'] = twig_ensure_traversable((isset($context["items"]) || array_key_exists("items", $context) ? $context["items"] : (function() { throw new Twig_Error_Runtime('Variable "items" does not exist.', 22, $this->getSourceContext()); })())); |
|
92 | 92 | foreach ($context['_seq'] as $context["letter"] => $context["elements"]) { |
93 | 93 | // line 23 |
94 | 94 | echo "<h2 id=\"letter"; |
@@ -106,42 +106,42 @@ discard block |
||
106 | 106 | // line 27 |
107 | 107 | $context["value"] = twig_get_attribute($this->env, $this->getSourceContext(), $context["element"], 1, array(), "array"); |
108 | 108 | // line 28 |
109 | - if (("class" == (isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new Twig_Error_Runtime('Variable "type" does not exist.', 28, $this->getSourceContext()); })()))) { |
|
109 | + if (("class" == (isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function() { throw new Twig_Error_Runtime('Variable "type" does not exist.', 28, $this->getSourceContext()); })()))) { |
|
110 | 110 | // line 29 |
111 | 111 | echo "<dt>"; |
112 | - echo $context["__internal_351d30495b226f3f6aab1ed2b80d7044af729b76f061877fc02bc5b20e6949bc"]->macro_class_link((isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () { throw new Twig_Error_Runtime('Variable "value" does not exist.', 29, $this->getSourceContext()); })())); |
|
113 | - 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.', 29, $this->getSourceContext()); })())) { |
|
112 | + echo $context["__internal_351d30495b226f3f6aab1ed2b80d7044af729b76f061877fc02bc5b20e6949bc"]->macro_class_link((isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function() { throw new Twig_Error_Runtime('Variable "value" does not exist.', 29, $this->getSourceContext()); })())); |
|
113 | + 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.', 29, $this->getSourceContext()); })())) { |
|
114 | 114 | echo " — <em>Class in namespace "; |
115 | - echo $context["__internal_351d30495b226f3f6aab1ed2b80d7044af729b76f061877fc02bc5b20e6949bc"]->macro_namespace_link(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () { throw new Twig_Error_Runtime('Variable "value" does not exist.', 29, $this->getSourceContext()); })()), "namespace", array())); |
|
115 | + echo $context["__internal_351d30495b226f3f6aab1ed2b80d7044af729b76f061877fc02bc5b20e6949bc"]->macro_namespace_link(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function() { throw new Twig_Error_Runtime('Variable "value" does not exist.', 29, $this->getSourceContext()); })()), "namespace", array())); |
|
116 | 116 | } |
117 | 117 | echo "</em></dt> |
118 | 118 | <dd>"; |
119 | 119 | // line 30 |
120 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () { throw new Twig_Error_Runtime('Variable "value" does not exist.', 30, $this->getSourceContext()); })()), "shortdesc", array()), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () { throw new Twig_Error_Runtime('Variable "value" does not exist.', 30, $this->getSourceContext()); })())); |
|
120 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function() { throw new Twig_Error_Runtime('Variable "value" does not exist.', 30, $this->getSourceContext()); })()), "shortdesc", array()), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function() { throw new Twig_Error_Runtime('Variable "value" does not exist.', 30, $this->getSourceContext()); })())); |
|
121 | 121 | echo "</dd>"; |
122 | - } elseif (("method" == // line 31 |
|
123 | -(isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new Twig_Error_Runtime('Variable "type" does not exist.', 31, $this->getSourceContext()); })()))) { |
|
122 | + } elseif (("method" == // line 31 |
|
123 | +(isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function() { throw new Twig_Error_Runtime('Variable "type" does not exist.', 31, $this->getSourceContext()); })()))) { |
|
124 | 124 | // line 32 |
125 | 125 | echo "<dt>"; |
126 | - echo $context["__internal_351d30495b226f3f6aab1ed2b80d7044af729b76f061877fc02bc5b20e6949bc"]->macro_method_link((isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () { throw new Twig_Error_Runtime('Variable "value" does not exist.', 32, $this->getSourceContext()); })())); |
|
126 | + echo $context["__internal_351d30495b226f3f6aab1ed2b80d7044af729b76f061877fc02bc5b20e6949bc"]->macro_method_link((isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function() { throw new Twig_Error_Runtime('Variable "value" does not exist.', 32, $this->getSourceContext()); })())); |
|
127 | 127 | echo "() — <em>Method in class "; |
128 | - echo $context["__internal_351d30495b226f3f6aab1ed2b80d7044af729b76f061877fc02bc5b20e6949bc"]->macro_class_link(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () { throw new Twig_Error_Runtime('Variable "value" does not exist.', 32, $this->getSourceContext()); })()), "class", array())); |
|
128 | + echo $context["__internal_351d30495b226f3f6aab1ed2b80d7044af729b76f061877fc02bc5b20e6949bc"]->macro_class_link(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function() { throw new Twig_Error_Runtime('Variable "value" does not exist.', 32, $this->getSourceContext()); })()), "class", array())); |
|
129 | 129 | echo "</em></dt> |
130 | 130 | <dd>"; |
131 | 131 | // line 33 |
132 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () { throw new Twig_Error_Runtime('Variable "value" does not exist.', 33, $this->getSourceContext()); })()), "shortdesc", array()), twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () { throw new Twig_Error_Runtime('Variable "value" does not exist.', 33, $this->getSourceContext()); })()), "class", array())); |
|
132 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function() { throw new Twig_Error_Runtime('Variable "value" does not exist.', 33, $this->getSourceContext()); })()), "shortdesc", array()), twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function() { throw new Twig_Error_Runtime('Variable "value" does not exist.', 33, $this->getSourceContext()); })()), "class", array())); |
|
133 | 133 | echo "</dd>"; |
134 | - } elseif (("property" == // line 34 |
|
135 | -(isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new Twig_Error_Runtime('Variable "type" does not exist.', 34, $this->getSourceContext()); })()))) { |
|
134 | + } elseif (("property" == // line 34 |
|
135 | +(isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function() { throw new Twig_Error_Runtime('Variable "type" does not exist.', 34, $this->getSourceContext()); })()))) { |
|
136 | 136 | // line 35 |
137 | 137 | echo "<dt>\$"; |
138 | - echo $context["__internal_351d30495b226f3f6aab1ed2b80d7044af729b76f061877fc02bc5b20e6949bc"]->macro_property_link((isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () { throw new Twig_Error_Runtime('Variable "value" does not exist.', 35, $this->getSourceContext()); })())); |
|
138 | + echo $context["__internal_351d30495b226f3f6aab1ed2b80d7044af729b76f061877fc02bc5b20e6949bc"]->macro_property_link((isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function() { throw new Twig_Error_Runtime('Variable "value" does not exist.', 35, $this->getSourceContext()); })())); |
|
139 | 139 | echo " — <em>Property in class "; |
140 | - echo $context["__internal_351d30495b226f3f6aab1ed2b80d7044af729b76f061877fc02bc5b20e6949bc"]->macro_class_link(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () { throw new Twig_Error_Runtime('Variable "value" does not exist.', 35, $this->getSourceContext()); })()), "class", array())); |
|
140 | + echo $context["__internal_351d30495b226f3f6aab1ed2b80d7044af729b76f061877fc02bc5b20e6949bc"]->macro_class_link(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function() { throw new Twig_Error_Runtime('Variable "value" does not exist.', 35, $this->getSourceContext()); })()), "class", array())); |
|
141 | 141 | echo "</em></dt> |
142 | 142 | <dd>"; |
143 | 143 | // line 36 |
144 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () { throw new Twig_Error_Runtime('Variable "value" does not exist.', 36, $this->getSourceContext()); })()), "shortdesc", array()), twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () { throw new Twig_Error_Runtime('Variable "value" does not exist.', 36, $this->getSourceContext()); })()), "class", array())); |
|
144 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function() { throw new Twig_Error_Runtime('Variable "value" does not exist.', 36, $this->getSourceContext()); })()), "shortdesc", array()), twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function() { throw new Twig_Error_Runtime('Variable "value" does not exist.', 36, $this->getSourceContext()); })()), "class", array())); |
|
145 | 145 | echo "</dd>"; |
146 | 146 | } |
147 | 147 | } |
@@ -168,7 +168,7 @@ discard block |
||
168 | 168 | |
169 | 169 | public function getDebugInfo() |
170 | 170 | { |
171 | - return array ( 152 => 39, 144 => 36, 137 => 35, 135 => 34, 132 => 33, 125 => 32, 123 => 31, 120 => 30, 111 => 29, 109 => 28, 107 => 27, 105 => 26, 101 => 25, 94 => 23, 90 => 22, 86 => 20, 80 => 19, 72 => 17, 64 => 15, 61 => 14, 57 => 13, 49 => 7, 46 => 6, 40 => 4, 33 => 3, 29 => 1, 27 => 2, 11 => 1,); |
|
171 | + return array(152 => 39, 144 => 36, 137 => 35, 135 => 34, 132 => 33, 125 => 32, 123 => 31, 120 => 30, 111 => 29, 109 => 28, 107 => 27, 105 => 26, 101 => 25, 94 => 23, 90 => 22, 86 => 20, 80 => 19, 72 => 17, 64 => 15, 61 => 14, 57 => 13, 49 => 7, 46 => 6, 40 => 4, 33 => 3, 29 => 1, 27 => 2, 11 => 1,); |
|
172 | 172 | } |
173 | 173 | |
174 | 174 | public function getSourceContext() |
@@ -3,8 +3,7 @@ discard block |
||
3 | 3 | /* doc-index.twig */ |
4 | 4 | class __TwigTemplate_b9b3adde2bcfcaf50a5c79578957f3ba1f0ecf6cd73e728dd11e9ded2e0f778e extends Twig_Template |
5 | 5 | { |
6 | - public function __construct(Twig_Environment $env) |
|
7 | - { |
|
6 | + public function __construct(Twig_Environment $env) { |
|
8 | 7 | parent::__construct($env); |
9 | 8 | |
10 | 9 | // line 1 |
@@ -16,13 +15,11 @@ discard block |
||
16 | 15 | ); |
17 | 16 | } |
18 | 17 | |
19 | - protected function doGetParent(array $context) |
|
20 | - { |
|
18 | + protected function doGetParent(array $context) { |
|
21 | 19 | return "layout/layout.twig"; |
22 | 20 | } |
23 | 21 | |
24 | - protected function doDisplay(array $context, array $blocks = array()) |
|
25 | - { |
|
22 | + protected function doDisplay(array $context, array $blocks = array()) { |
|
26 | 23 | // line 2 |
27 | 24 | $context["__internal_351d30495b226f3f6aab1ed2b80d7044af729b76f061877fc02bc5b20e6949bc"] = $this->loadTemplate("macros.twig", "doc-index.twig", 2); |
28 | 25 | // line 1 |
@@ -30,21 +27,18 @@ discard block |
||
30 | 27 | } |
31 | 28 | |
32 | 29 | // line 3 |
33 | - public function block_title($context, array $blocks = array()) |
|
34 | - { |
|
30 | + public function block_title($context, array $blocks = array()) { |
|
35 | 31 | echo "Index | "; |
36 | 32 | $this->displayParentBlock("title", $context, $blocks); |
37 | 33 | } |
38 | 34 | |
39 | 35 | // line 4 |
40 | - public function block_body_class($context, array $blocks = array()) |
|
41 | - { |
|
36 | + public function block_body_class($context, array $blocks = array()) { |
|
42 | 37 | echo "doc-index"; |
43 | 38 | } |
44 | 39 | |
45 | 40 | // line 6 |
46 | - public function block_page_content($context, array $blocks = array()) |
|
47 | - { |
|
41 | + public function block_page_content($context, array $blocks = array()) { |
|
48 | 42 | // line 7 |
49 | 43 | echo " |
50 | 44 | <div class=\"page-header\"> |
@@ -59,7 +53,9 @@ discard block |
||
59 | 53 | foreach ($context['_seq'] as $context["_key"] => $context["letter"]) { |
60 | 54 | // line 14 |
61 | 55 | echo " "; |
62 | - if ((twig_get_attribute($this->env, $this->getSourceContext(), ($context["items"] ?? null), $context["letter"], array(), "array", true, true) && (twig_length_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["items"]) || array_key_exists("items", $context) ? $context["items"] : (function () { throw new Twig_Error_Runtime('Variable "items" does not exist.', 14, $this->getSourceContext()); })()), $context["letter"], array(), "array")) > 1))) { |
|
56 | + if ((twig_get_attribute($this->env, $this->getSourceContext(), ($context["items"] ?? null), $context["letter"], array(), "array", true, true) && (twig_length_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["items"]) || array_key_exists("items", $context) ? $context["items"] : (function () |
|
57 | + { |
|
58 | +throw new Twig_Error_Runtime('Variable "items" does not exist.', 14, $this->getSourceContext()); })()), $context["letter"], array(), "array")) > 1))) { |
|
63 | 59 | // line 15 |
64 | 60 | echo " <li><a href=\"#letter"; |
65 | 61 | echo $context["letter"]; |
@@ -67,7 +63,8 @@ discard block |
||
67 | 63 | echo $context["letter"]; |
68 | 64 | echo "</a></li> |
69 | 65 | "; |
70 | - } else { |
|
66 | + } |
|
67 | + else { |
|
71 | 68 | // line 17 |
72 | 69 | echo " <li class=\"disabled\"><a href=\"#letter"; |
73 | 70 | echo $context["letter"]; |
@@ -88,7 +85,9 @@ discard block |
||
88 | 85 | "; |
89 | 86 | // line 22 |
90 | 87 | $context['_parent'] = $context; |
91 | - $context['_seq'] = twig_ensure_traversable((isset($context["items"]) || array_key_exists("items", $context) ? $context["items"] : (function () { throw new Twig_Error_Runtime('Variable "items" does not exist.', 22, $this->getSourceContext()); })())); |
|
88 | + $context['_seq'] = twig_ensure_traversable((isset($context["items"]) || array_key_exists("items", $context) ? $context["items"] : (function () |
|
89 | + { |
|
90 | +throw new Twig_Error_Runtime('Variable "items" does not exist.', 22, $this->getSourceContext()); })())); |
|
92 | 91 | foreach ($context['_seq'] as $context["letter"] => $context["elements"]) { |
93 | 92 | // line 23 |
94 | 93 | echo "<h2 id=\"letter"; |
@@ -106,42 +105,76 @@ discard block |
||
106 | 105 | // line 27 |
107 | 106 | $context["value"] = twig_get_attribute($this->env, $this->getSourceContext(), $context["element"], 1, array(), "array"); |
108 | 107 | // line 28 |
109 | - if (("class" == (isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new Twig_Error_Runtime('Variable "type" does not exist.', 28, $this->getSourceContext()); })()))) { |
|
108 | + if (("class" == (isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () |
|
109 | + { |
|
110 | +throw new Twig_Error_Runtime('Variable "type" does not exist.', 28, $this->getSourceContext()); })()))) { |
|
110 | 111 | // line 29 |
111 | 112 | echo "<dt>"; |
112 | - echo $context["__internal_351d30495b226f3f6aab1ed2b80d7044af729b76f061877fc02bc5b20e6949bc"]->macro_class_link((isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () { throw new Twig_Error_Runtime('Variable "value" does not exist.', 29, $this->getSourceContext()); })())); |
|
113 | - 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.', 29, $this->getSourceContext()); })())) { |
|
113 | + echo $context["__internal_351d30495b226f3f6aab1ed2b80d7044af729b76f061877fc02bc5b20e6949bc"]->macro_class_link((isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () |
|
114 | + { |
|
115 | +throw new Twig_Error_Runtime('Variable "value" does not exist.', 29, $this->getSourceContext()); })())); |
|
116 | + if ((isset($context["has_namespaces"]) || array_key_exists("has_namespaces", $context) ? $context["has_namespaces"] : (function () |
|
117 | + { |
|
118 | +throw new Twig_Error_Runtime('Variable "has_namespaces" does not exist.', 29, $this->getSourceContext()); })())) { |
|
114 | 119 | echo " — <em>Class in namespace "; |
115 | - echo $context["__internal_351d30495b226f3f6aab1ed2b80d7044af729b76f061877fc02bc5b20e6949bc"]->macro_namespace_link(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () { throw new Twig_Error_Runtime('Variable "value" does not exist.', 29, $this->getSourceContext()); })()), "namespace", array())); |
|
120 | + echo $context["__internal_351d30495b226f3f6aab1ed2b80d7044af729b76f061877fc02bc5b20e6949bc"]->macro_namespace_link(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () |
|
121 | + { |
|
122 | +throw new Twig_Error_Runtime('Variable "value" does not exist.', 29, $this->getSourceContext()); })()), "namespace", array())); |
|
116 | 123 | } |
117 | 124 | echo "</em></dt> |
118 | 125 | <dd>"; |
119 | 126 | // line 30 |
120 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () { throw new Twig_Error_Runtime('Variable "value" does not exist.', 30, $this->getSourceContext()); })()), "shortdesc", array()), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () { throw new Twig_Error_Runtime('Variable "value" does not exist.', 30, $this->getSourceContext()); })())); |
|
127 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () |
|
128 | + { |
|
129 | +throw new Twig_Error_Runtime('Variable "value" does not exist.', 30, $this->getSourceContext()); })()), "shortdesc", array()), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () |
|
130 | + { |
|
131 | +throw new Twig_Error_Runtime('Variable "value" does not exist.', 30, $this->getSourceContext()); })())); |
|
121 | 132 | echo "</dd>"; |
122 | - } elseif (("method" == // line 31 |
|
123 | -(isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new Twig_Error_Runtime('Variable "type" does not exist.', 31, $this->getSourceContext()); })()))) { |
|
133 | + } |
|
134 | + elseif (("method" == // line 31 |
|
135 | +(isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () |
|
136 | +{ |
|
137 | +throw new Twig_Error_Runtime('Variable "type" does not exist.', 31, $this->getSourceContext()); })()))) { |
|
124 | 138 | // line 32 |
125 | 139 | echo "<dt>"; |
126 | - echo $context["__internal_351d30495b226f3f6aab1ed2b80d7044af729b76f061877fc02bc5b20e6949bc"]->macro_method_link((isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () { throw new Twig_Error_Runtime('Variable "value" does not exist.', 32, $this->getSourceContext()); })())); |
|
140 | + echo $context["__internal_351d30495b226f3f6aab1ed2b80d7044af729b76f061877fc02bc5b20e6949bc"]->macro_method_link((isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () |
|
141 | + { |
|
142 | +throw new Twig_Error_Runtime('Variable "value" does not exist.', 32, $this->getSourceContext()); })())); |
|
127 | 143 | echo "() — <em>Method in class "; |
128 | - echo $context["__internal_351d30495b226f3f6aab1ed2b80d7044af729b76f061877fc02bc5b20e6949bc"]->macro_class_link(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () { throw new Twig_Error_Runtime('Variable "value" does not exist.', 32, $this->getSourceContext()); })()), "class", array())); |
|
144 | + echo $context["__internal_351d30495b226f3f6aab1ed2b80d7044af729b76f061877fc02bc5b20e6949bc"]->macro_class_link(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () |
|
145 | + { |
|
146 | +throw new Twig_Error_Runtime('Variable "value" does not exist.', 32, $this->getSourceContext()); })()), "class", array())); |
|
129 | 147 | echo "</em></dt> |
130 | 148 | <dd>"; |
131 | 149 | // line 33 |
132 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () { throw new Twig_Error_Runtime('Variable "value" does not exist.', 33, $this->getSourceContext()); })()), "shortdesc", array()), twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () { throw new Twig_Error_Runtime('Variable "value" does not exist.', 33, $this->getSourceContext()); })()), "class", array())); |
|
150 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () |
|
151 | + { |
|
152 | +throw new Twig_Error_Runtime('Variable "value" does not exist.', 33, $this->getSourceContext()); })()), "shortdesc", array()), twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () |
|
153 | + { |
|
154 | +throw new Twig_Error_Runtime('Variable "value" does not exist.', 33, $this->getSourceContext()); })()), "class", array())); |
|
133 | 155 | echo "</dd>"; |
134 | - } elseif (("property" == // line 34 |
|
135 | -(isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new Twig_Error_Runtime('Variable "type" does not exist.', 34, $this->getSourceContext()); })()))) { |
|
156 | + } |
|
157 | + elseif (("property" == // line 34 |
|
158 | +(isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () |
|
159 | +{ |
|
160 | +throw new Twig_Error_Runtime('Variable "type" does not exist.', 34, $this->getSourceContext()); })()))) { |
|
136 | 161 | // line 35 |
137 | 162 | echo "<dt>\$"; |
138 | - echo $context["__internal_351d30495b226f3f6aab1ed2b80d7044af729b76f061877fc02bc5b20e6949bc"]->macro_property_link((isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () { throw new Twig_Error_Runtime('Variable "value" does not exist.', 35, $this->getSourceContext()); })())); |
|
163 | + echo $context["__internal_351d30495b226f3f6aab1ed2b80d7044af729b76f061877fc02bc5b20e6949bc"]->macro_property_link((isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () |
|
164 | + { |
|
165 | +throw new Twig_Error_Runtime('Variable "value" does not exist.', 35, $this->getSourceContext()); })())); |
|
139 | 166 | echo " — <em>Property in class "; |
140 | - echo $context["__internal_351d30495b226f3f6aab1ed2b80d7044af729b76f061877fc02bc5b20e6949bc"]->macro_class_link(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () { throw new Twig_Error_Runtime('Variable "value" does not exist.', 35, $this->getSourceContext()); })()), "class", array())); |
|
167 | + echo $context["__internal_351d30495b226f3f6aab1ed2b80d7044af729b76f061877fc02bc5b20e6949bc"]->macro_class_link(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () |
|
168 | + { |
|
169 | +throw new Twig_Error_Runtime('Variable "value" does not exist.', 35, $this->getSourceContext()); })()), "class", array())); |
|
141 | 170 | echo "</em></dt> |
142 | 171 | <dd>"; |
143 | 172 | // line 36 |
144 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () { throw new Twig_Error_Runtime('Variable "value" does not exist.', 36, $this->getSourceContext()); })()), "shortdesc", array()), twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () { throw new Twig_Error_Runtime('Variable "value" does not exist.', 36, $this->getSourceContext()); })()), "class", array())); |
|
173 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () |
|
174 | + { |
|
175 | +throw new Twig_Error_Runtime('Variable "value" does not exist.', 36, $this->getSourceContext()); })()), "shortdesc", array()), twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () |
|
176 | + { |
|
177 | +throw new Twig_Error_Runtime('Variable "value" does not exist.', 36, $this->getSourceContext()); })()), "class", array())); |
|
145 | 178 | echo "</dd>"; |
146 | 179 | } |
147 | 180 | } |
@@ -156,23 +189,19 @@ discard block |
||
156 | 189 | $context = array_intersect_key($context, $_parent) + $_parent; |
157 | 190 | } |
158 | 191 | |
159 | - public function getTemplateName() |
|
160 | - { |
|
192 | + public function getTemplateName() { |
|
161 | 193 | return "doc-index.twig"; |
162 | 194 | } |
163 | 195 | |
164 | - public function isTraitable() |
|
165 | - { |
|
196 | + public function isTraitable() { |
|
166 | 197 | return false; |
167 | 198 | } |
168 | 199 | |
169 | - public function getDebugInfo() |
|
170 | - { |
|
200 | + public function getDebugInfo() { |
|
171 | 201 | return array ( 152 => 39, 144 => 36, 137 => 35, 135 => 34, 132 => 33, 125 => 32, 123 => 31, 120 => 30, 111 => 29, 109 => 28, 107 => 27, 105 => 26, 101 => 25, 94 => 23, 90 => 22, 86 => 20, 80 => 19, 72 => 17, 64 => 15, 61 => 14, 57 => 13, 49 => 7, 46 => 6, 40 => 4, 33 => 3, 29 => 1, 27 => 2, 11 => 1,); |
172 | 202 | } |
173 | 203 | |
174 | - public function getSourceContext() |
|
175 | - { |
|
204 | + public function getSourceContext() { |
|
176 | 205 | return new Twig_Source("{% extends \"layout/layout.twig\" %} |
177 | 206 | {% from \"macros.twig\" import class_link, namespace_link, method_link, property_link %} |
178 | 207 | {% block title %}Index | {{ parent() }}{% endblock %} |
@@ -59,7 +59,7 @@ discard block |
||
59 | 59 | foreach ($context['_seq'] as $context["_key"] => $context["letter"]) { |
60 | 60 | // line 14 |
61 | 61 | echo " "; |
62 | - if ((twig_get_attribute($this->env, $this->getSourceContext(), ($context["items"] ?? null), $context["letter"], array(), "array", true, true) && (twig_length_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["items"]) || array_key_exists("items", $context) ? $context["items"] : (function () { throw new Twig_Error_Runtime('Variable "items" does not exist.', 14, $this->getSourceContext()); })()), $context["letter"], array(), "array")) > 1))) { |
|
62 | + if ((twig_get_attribute($this->env, $this->getSourceContext(), ($context["items"] ?? NULL), $context["letter"], array(), "array", TRUE, TRUE) && (twig_length_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["items"]) || array_key_exists("items", $context) ? $context["items"] : (function () { throw new Twig_Error_Runtime('Variable "items" does not exist.', 14, $this->getSourceContext()); })()), $context["letter"], array(), "array")) > 1))) { |
|
63 | 63 | // line 15 |
64 | 64 | echo " <li><a href=\"#letter"; |
65 | 65 | echo $context["letter"]; |
@@ -163,7 +163,7 @@ discard block |
||
163 | 163 | |
164 | 164 | public function isTraitable() |
165 | 165 | { |
166 | - return false; |
|
166 | + return FALSE; |
|
167 | 167 | } |
168 | 168 | |
169 | 169 | public function getDebugInfo() |
@@ -34,7 +34,7 @@ discard block |
||
34 | 34 | // line 3 |
35 | 35 | public function block_title($context, array $blocks = array()) |
36 | 36 | { |
37 | - echo (isset($context["namespace"]) || array_key_exists("namespace", $context) ? $context["namespace"] : (function () { throw new Twig_Error_Runtime('Variable "namespace" does not exist.', 3, $this->getSourceContext()); })()); |
|
37 | + echo (isset($context["namespace"]) || array_key_exists("namespace", $context) ? $context["namespace"] : (function() { throw new Twig_Error_Runtime('Variable "namespace" does not exist.', 3, $this->getSourceContext()); })()); |
|
38 | 38 | echo " | "; |
39 | 39 | $this->displayParentBlock("title", $context, $blocks); |
40 | 40 | } |
@@ -48,7 +48,7 @@ discard block |
||
48 | 48 | // line 5 |
49 | 49 | public function block_page_id($context, array $blocks = array()) |
50 | 50 | { |
51 | - echo twig_escape_filter($this->env, ("namespace:" . twig_replace_filter((isset($context["namespace"]) || array_key_exists("namespace", $context) ? $context["namespace"] : (function () { throw new Twig_Error_Runtime('Variable "namespace" does not exist.', 5, $this->getSourceContext()); })()), array("\\" => "_"))), "html", null, true); |
|
51 | + echo twig_escape_filter($this->env, ("namespace:" . twig_replace_filter((isset($context["namespace"]) || array_key_exists("namespace", $context) ? $context["namespace"] : (function() { throw new Twig_Error_Runtime('Variable "namespace" does not exist.', 5, $this->getSourceContext()); })()), array("\\" => "_"))), "html", null, true); |
|
52 | 52 | } |
53 | 53 | |
54 | 54 | // line 7 |
@@ -60,7 +60,7 @@ discard block |
||
60 | 60 | <li><span class=\"label label-default\">Namespace</span></li> |
61 | 61 | "; |
62 | 62 | // line 11 |
63 | - echo $context["__internal_084c0a9b4751f3912921b1f087047d19c4c1f20b347dd6cee5246a93c0cb9eed"]->macro_breadcrumbs((isset($context["namespace"]) || array_key_exists("namespace", $context) ? $context["namespace"] : (function () { throw new Twig_Error_Runtime('Variable "namespace" does not exist.', 11, $this->getSourceContext()); })())); |
|
63 | + echo $context["__internal_084c0a9b4751f3912921b1f087047d19c4c1f20b347dd6cee5246a93c0cb9eed"]->macro_breadcrumbs((isset($context["namespace"]) || array_key_exists("namespace", $context) ? $context["namespace"] : (function() { throw new Twig_Error_Runtime('Variable "namespace" does not exist.', 11, $this->getSourceContext()); })())); |
|
64 | 64 | echo " |
65 | 65 | </ol> |
66 | 66 | </div> |
@@ -75,20 +75,20 @@ discard block |
||
75 | 75 | <div class=\"page-header\"> |
76 | 76 | <h1>"; |
77 | 77 | // line 19 |
78 | - echo (isset($context["namespace"]) || array_key_exists("namespace", $context) ? $context["namespace"] : (function () { throw new Twig_Error_Runtime('Variable "namespace" does not exist.', 19, $this->getSourceContext()); })()); |
|
78 | + echo (isset($context["namespace"]) || array_key_exists("namespace", $context) ? $context["namespace"] : (function() { throw new Twig_Error_Runtime('Variable "namespace" does not exist.', 19, $this->getSourceContext()); })()); |
|
79 | 79 | echo "</h1> |
80 | 80 | </div> |
81 | 81 | |
82 | 82 | "; |
83 | 83 | // line 22 |
84 | - if ((isset($context["subnamespaces"]) || array_key_exists("subnamespaces", $context) ? $context["subnamespaces"] : (function () { throw new Twig_Error_Runtime('Variable "subnamespaces" does not exist.', 22, $this->getSourceContext()); })())) { |
|
84 | + if ((isset($context["subnamespaces"]) || array_key_exists("subnamespaces", $context) ? $context["subnamespaces"] : (function() { throw new Twig_Error_Runtime('Variable "subnamespaces" does not exist.', 22, $this->getSourceContext()); })())) { |
|
85 | 85 | // line 23 |
86 | 86 | echo " <h2>Namespaces</h2> |
87 | 87 | <div class=\"namespace-list\"> |
88 | 88 | "; |
89 | 89 | // line 25 |
90 | 90 | $context['_parent'] = $context; |
91 | - $context['_seq'] = twig_ensure_traversable((isset($context["subnamespaces"]) || array_key_exists("subnamespaces", $context) ? $context["subnamespaces"] : (function () { throw new Twig_Error_Runtime('Variable "subnamespaces" does not exist.', 25, $this->getSourceContext()); })())); |
|
91 | + $context['_seq'] = twig_ensure_traversable((isset($context["subnamespaces"]) || array_key_exists("subnamespaces", $context) ? $context["subnamespaces"] : (function() { throw new Twig_Error_Runtime('Variable "subnamespaces" does not exist.', 25, $this->getSourceContext()); })())); |
|
92 | 92 | foreach ($context['_seq'] as $context["_key"] => $context["ns"]) { |
93 | 93 | echo $context["__internal_084c0a9b4751f3912921b1f087047d19c4c1f20b347dd6cee5246a93c0cb9eed"]->macro_namespace_link($context["ns"]); |
94 | 94 | } |
@@ -103,12 +103,12 @@ discard block |
||
103 | 103 | echo " |
104 | 104 | "; |
105 | 105 | // line 29 |
106 | - if ((isset($context["classes"]) || array_key_exists("classes", $context) ? $context["classes"] : (function () { throw new Twig_Error_Runtime('Variable "classes" does not exist.', 29, $this->getSourceContext()); })())) { |
|
106 | + if ((isset($context["classes"]) || array_key_exists("classes", $context) ? $context["classes"] : (function() { throw new Twig_Error_Runtime('Variable "classes" does not exist.', 29, $this->getSourceContext()); })())) { |
|
107 | 107 | // line 30 |
108 | 108 | echo " <h2>Classes</h2> |
109 | 109 | "; |
110 | 110 | // line 31 |
111 | - echo $context["__internal_084c0a9b4751f3912921b1f087047d19c4c1f20b347dd6cee5246a93c0cb9eed"]->macro_render_classes((isset($context["classes"]) || array_key_exists("classes", $context) ? $context["classes"] : (function () { throw new Twig_Error_Runtime('Variable "classes" does not exist.', 31, $this->getSourceContext()); })())); |
|
111 | + echo $context["__internal_084c0a9b4751f3912921b1f087047d19c4c1f20b347dd6cee5246a93c0cb9eed"]->macro_render_classes((isset($context["classes"]) || array_key_exists("classes", $context) ? $context["classes"] : (function() { throw new Twig_Error_Runtime('Variable "classes" does not exist.', 31, $this->getSourceContext()); })())); |
|
112 | 112 | echo " |
113 | 113 | "; |
114 | 114 | } |
@@ -116,12 +116,12 @@ discard block |
||
116 | 116 | echo " |
117 | 117 | "; |
118 | 118 | // line 34 |
119 | - if ((isset($context["interfaces"]) || array_key_exists("interfaces", $context) ? $context["interfaces"] : (function () { throw new Twig_Error_Runtime('Variable "interfaces" does not exist.', 34, $this->getSourceContext()); })())) { |
|
119 | + if ((isset($context["interfaces"]) || array_key_exists("interfaces", $context) ? $context["interfaces"] : (function() { throw new Twig_Error_Runtime('Variable "interfaces" does not exist.', 34, $this->getSourceContext()); })())) { |
|
120 | 120 | // line 35 |
121 | 121 | echo " <h2>Interfaces</h2> |
122 | 122 | "; |
123 | 123 | // line 36 |
124 | - echo $context["__internal_084c0a9b4751f3912921b1f087047d19c4c1f20b347dd6cee5246a93c0cb9eed"]->macro_render_classes((isset($context["interfaces"]) || array_key_exists("interfaces", $context) ? $context["interfaces"] : (function () { throw new Twig_Error_Runtime('Variable "interfaces" does not exist.', 36, $this->getSourceContext()); })())); |
|
124 | + echo $context["__internal_084c0a9b4751f3912921b1f087047d19c4c1f20b347dd6cee5246a93c0cb9eed"]->macro_render_classes((isset($context["interfaces"]) || array_key_exists("interfaces", $context) ? $context["interfaces"] : (function() { throw new Twig_Error_Runtime('Variable "interfaces" does not exist.', 36, $this->getSourceContext()); })())); |
|
125 | 125 | echo " |
126 | 126 | "; |
127 | 127 | } |
@@ -129,12 +129,12 @@ discard block |
||
129 | 129 | echo " |
130 | 130 | "; |
131 | 131 | // line 39 |
132 | - if ((isset($context["exceptions"]) || array_key_exists("exceptions", $context) ? $context["exceptions"] : (function () { throw new Twig_Error_Runtime('Variable "exceptions" does not exist.', 39, $this->getSourceContext()); })())) { |
|
132 | + if ((isset($context["exceptions"]) || array_key_exists("exceptions", $context) ? $context["exceptions"] : (function() { throw new Twig_Error_Runtime('Variable "exceptions" does not exist.', 39, $this->getSourceContext()); })())) { |
|
133 | 133 | // line 40 |
134 | 134 | echo " <h2>Exceptions</h2> |
135 | 135 | "; |
136 | 136 | // line 41 |
137 | - echo $context["__internal_084c0a9b4751f3912921b1f087047d19c4c1f20b347dd6cee5246a93c0cb9eed"]->macro_render_classes((isset($context["exceptions"]) || array_key_exists("exceptions", $context) ? $context["exceptions"] : (function () { throw new Twig_Error_Runtime('Variable "exceptions" does not exist.', 41, $this->getSourceContext()); })())); |
|
137 | + echo $context["__internal_084c0a9b4751f3912921b1f087047d19c4c1f20b347dd6cee5246a93c0cb9eed"]->macro_render_classes((isset($context["exceptions"]) || array_key_exists("exceptions", $context) ? $context["exceptions"] : (function() { throw new Twig_Error_Runtime('Variable "exceptions" does not exist.', 41, $this->getSourceContext()); })())); |
|
138 | 138 | echo " |
139 | 139 | "; |
140 | 140 | } |
@@ -155,7 +155,7 @@ discard block |
||
155 | 155 | |
156 | 156 | public function getDebugInfo() |
157 | 157 | { |
158 | - return array ( 142 => 43, 137 => 41, 134 => 40, 132 => 39, 129 => 38, 124 => 36, 121 => 35, 119 => 34, 116 => 33, 111 => 31, 108 => 30, 106 => 29, 103 => 28, 99 => 26, 90 => 25, 86 => 23, 84 => 22, 78 => 19, 74 => 17, 71 => 16, 63 => 11, 58 => 8, 55 => 7, 49 => 5, 43 => 4, 35 => 3, 31 => 1, 29 => 2, 11 => 1,); |
|
158 | + return array(142 => 43, 137 => 41, 134 => 40, 132 => 39, 129 => 38, 124 => 36, 121 => 35, 119 => 34, 116 => 33, 111 => 31, 108 => 30, 106 => 29, 103 => 28, 99 => 26, 90 => 25, 86 => 23, 84 => 22, 78 => 19, 74 => 17, 71 => 16, 63 => 11, 58 => 8, 55 => 7, 49 => 5, 43 => 4, 35 => 3, 31 => 1, 29 => 2, 11 => 1,); |
|
159 | 159 | } |
160 | 160 | |
161 | 161 | public function getSourceContext() |
@@ -3,8 +3,7 @@ discard block |
||
3 | 3 | /* namespace.twig */ |
4 | 4 | class __TwigTemplate_9ed5ad35b12f734b4f1460a4c46f927a638cca26e2b3cac7b371d06ed8e6913e extends Twig_Template |
5 | 5 | { |
6 | - public function __construct(Twig_Environment $env) |
|
7 | - { |
|
6 | + public function __construct(Twig_Environment $env) { |
|
8 | 7 | parent::__construct($env); |
9 | 8 | |
10 | 9 | // line 1 |
@@ -18,13 +17,11 @@ discard block |
||
18 | 17 | ); |
19 | 18 | } |
20 | 19 | |
21 | - protected function doGetParent(array $context) |
|
22 | - { |
|
20 | + protected function doGetParent(array $context) { |
|
23 | 21 | return "layout/layout.twig"; |
24 | 22 | } |
25 | 23 | |
26 | - protected function doDisplay(array $context, array $blocks = array()) |
|
27 | - { |
|
24 | + protected function doDisplay(array $context, array $blocks = array()) { |
|
28 | 25 | // line 2 |
29 | 26 | $context["__internal_084c0a9b4751f3912921b1f087047d19c4c1f20b347dd6cee5246a93c0cb9eed"] = $this->loadTemplate("macros.twig", "namespace.twig", 2); |
30 | 27 | // line 1 |
@@ -32,35 +29,37 @@ discard block |
||
32 | 29 | } |
33 | 30 | |
34 | 31 | // line 3 |
35 | - public function block_title($context, array $blocks = array()) |
|
36 | - { |
|
37 | - echo (isset($context["namespace"]) || array_key_exists("namespace", $context) ? $context["namespace"] : (function () { throw new Twig_Error_Runtime('Variable "namespace" does not exist.', 3, $this->getSourceContext()); })()); |
|
32 | + public function block_title($context, array $blocks = array()) { |
|
33 | + echo (isset($context["namespace"]) || array_key_exists("namespace", $context) ? $context["namespace"] : (function () |
|
34 | + { |
|
35 | +throw new Twig_Error_Runtime('Variable "namespace" does not exist.', 3, $this->getSourceContext()); })()); |
|
38 | 36 | echo " | "; |
39 | 37 | $this->displayParentBlock("title", $context, $blocks); |
40 | 38 | } |
41 | 39 | |
42 | 40 | // line 4 |
43 | - public function block_body_class($context, array $blocks = array()) |
|
44 | - { |
|
41 | + public function block_body_class($context, array $blocks = array()) { |
|
45 | 42 | echo "namespace"; |
46 | 43 | } |
47 | 44 | |
48 | 45 | // line 5 |
49 | - public function block_page_id($context, array $blocks = array()) |
|
50 | - { |
|
51 | - echo twig_escape_filter($this->env, ("namespace:" . twig_replace_filter((isset($context["namespace"]) || array_key_exists("namespace", $context) ? $context["namespace"] : (function () { throw new Twig_Error_Runtime('Variable "namespace" does not exist.', 5, $this->getSourceContext()); })()), array("\\" => "_"))), "html", null, true); |
|
46 | + public function block_page_id($context, array $blocks = array()) { |
|
47 | + echo twig_escape_filter($this->env, ("namespace:" . twig_replace_filter((isset($context["namespace"]) || array_key_exists("namespace", $context) ? $context["namespace"] : (function () |
|
48 | + { |
|
49 | +throw new Twig_Error_Runtime('Variable "namespace" does not exist.', 5, $this->getSourceContext()); })()), array("\\" => "_"))), "html", null, true); |
|
52 | 50 | } |
53 | 51 | |
54 | 52 | // line 7 |
55 | - public function block_below_menu($context, array $blocks = array()) |
|
56 | - { |
|
53 | + public function block_below_menu($context, array $blocks = array()) { |
|
57 | 54 | // line 8 |
58 | 55 | echo " <div class=\"namespace-breadcrumbs\"> |
59 | 56 | <ol class=\"breadcrumb\"> |
60 | 57 | <li><span class=\"label label-default\">Namespace</span></li> |
61 | 58 | "; |
62 | 59 | // line 11 |
63 | - echo $context["__internal_084c0a9b4751f3912921b1f087047d19c4c1f20b347dd6cee5246a93c0cb9eed"]->macro_breadcrumbs((isset($context["namespace"]) || array_key_exists("namespace", $context) ? $context["namespace"] : (function () { throw new Twig_Error_Runtime('Variable "namespace" does not exist.', 11, $this->getSourceContext()); })())); |
|
60 | + echo $context["__internal_084c0a9b4751f3912921b1f087047d19c4c1f20b347dd6cee5246a93c0cb9eed"]->macro_breadcrumbs((isset($context["namespace"]) || array_key_exists("namespace", $context) ? $context["namespace"] : (function () |
|
61 | + { |
|
62 | +throw new Twig_Error_Runtime('Variable "namespace" does not exist.', 11, $this->getSourceContext()); })())); |
|
64 | 63 | echo " |
65 | 64 | </ol> |
66 | 65 | </div> |
@@ -68,27 +67,32 @@ discard block |
||
68 | 67 | } |
69 | 68 | |
70 | 69 | // line 16 |
71 | - public function block_page_content($context, array $blocks = array()) |
|
72 | - { |
|
70 | + public function block_page_content($context, array $blocks = array()) { |
|
73 | 71 | // line 17 |
74 | 72 | echo " |
75 | 73 | <div class=\"page-header\"> |
76 | 74 | <h1>"; |
77 | 75 | // line 19 |
78 | - echo (isset($context["namespace"]) || array_key_exists("namespace", $context) ? $context["namespace"] : (function () { throw new Twig_Error_Runtime('Variable "namespace" does not exist.', 19, $this->getSourceContext()); })()); |
|
76 | + echo (isset($context["namespace"]) || array_key_exists("namespace", $context) ? $context["namespace"] : (function () |
|
77 | + { |
|
78 | +throw new Twig_Error_Runtime('Variable "namespace" does not exist.', 19, $this->getSourceContext()); })()); |
|
79 | 79 | echo "</h1> |
80 | 80 | </div> |
81 | 81 | |
82 | 82 | "; |
83 | 83 | // line 22 |
84 | - if ((isset($context["subnamespaces"]) || array_key_exists("subnamespaces", $context) ? $context["subnamespaces"] : (function () { throw new Twig_Error_Runtime('Variable "subnamespaces" does not exist.', 22, $this->getSourceContext()); })())) { |
|
84 | + if ((isset($context["subnamespaces"]) || array_key_exists("subnamespaces", $context) ? $context["subnamespaces"] : (function () |
|
85 | + { |
|
86 | +throw new Twig_Error_Runtime('Variable "subnamespaces" does not exist.', 22, $this->getSourceContext()); })())) { |
|
85 | 87 | // line 23 |
86 | 88 | echo " <h2>Namespaces</h2> |
87 | 89 | <div class=\"namespace-list\"> |
88 | 90 | "; |
89 | 91 | // line 25 |
90 | 92 | $context['_parent'] = $context; |
91 | - $context['_seq'] = twig_ensure_traversable((isset($context["subnamespaces"]) || array_key_exists("subnamespaces", $context) ? $context["subnamespaces"] : (function () { throw new Twig_Error_Runtime('Variable "subnamespaces" does not exist.', 25, $this->getSourceContext()); })())); |
|
93 | + $context['_seq'] = twig_ensure_traversable((isset($context["subnamespaces"]) || array_key_exists("subnamespaces", $context) ? $context["subnamespaces"] : (function () |
|
94 | + { |
|
95 | +throw new Twig_Error_Runtime('Variable "subnamespaces" does not exist.', 25, $this->getSourceContext()); })())); |
|
92 | 96 | foreach ($context['_seq'] as $context["_key"] => $context["ns"]) { |
93 | 97 | echo $context["__internal_084c0a9b4751f3912921b1f087047d19c4c1f20b347dd6cee5246a93c0cb9eed"]->macro_namespace_link($context["ns"]); |
94 | 98 | } |
@@ -103,12 +107,16 @@ discard block |
||
103 | 107 | echo " |
104 | 108 | "; |
105 | 109 | // line 29 |
106 | - if ((isset($context["classes"]) || array_key_exists("classes", $context) ? $context["classes"] : (function () { throw new Twig_Error_Runtime('Variable "classes" does not exist.', 29, $this->getSourceContext()); })())) { |
|
110 | + if ((isset($context["classes"]) || array_key_exists("classes", $context) ? $context["classes"] : (function () |
|
111 | + { |
|
112 | +throw new Twig_Error_Runtime('Variable "classes" does not exist.', 29, $this->getSourceContext()); })())) { |
|
107 | 113 | // line 30 |
108 | 114 | echo " <h2>Classes</h2> |
109 | 115 | "; |
110 | 116 | // line 31 |
111 | - echo $context["__internal_084c0a9b4751f3912921b1f087047d19c4c1f20b347dd6cee5246a93c0cb9eed"]->macro_render_classes((isset($context["classes"]) || array_key_exists("classes", $context) ? $context["classes"] : (function () { throw new Twig_Error_Runtime('Variable "classes" does not exist.', 31, $this->getSourceContext()); })())); |
|
117 | + echo $context["__internal_084c0a9b4751f3912921b1f087047d19c4c1f20b347dd6cee5246a93c0cb9eed"]->macro_render_classes((isset($context["classes"]) || array_key_exists("classes", $context) ? $context["classes"] : (function () |
|
118 | + { |
|
119 | +throw new Twig_Error_Runtime('Variable "classes" does not exist.', 31, $this->getSourceContext()); })())); |
|
112 | 120 | echo " |
113 | 121 | "; |
114 | 122 | } |
@@ -116,12 +124,16 @@ discard block |
||
116 | 124 | echo " |
117 | 125 | "; |
118 | 126 | // line 34 |
119 | - if ((isset($context["interfaces"]) || array_key_exists("interfaces", $context) ? $context["interfaces"] : (function () { throw new Twig_Error_Runtime('Variable "interfaces" does not exist.', 34, $this->getSourceContext()); })())) { |
|
127 | + if ((isset($context["interfaces"]) || array_key_exists("interfaces", $context) ? $context["interfaces"] : (function () |
|
128 | + { |
|
129 | +throw new Twig_Error_Runtime('Variable "interfaces" does not exist.', 34, $this->getSourceContext()); })())) { |
|
120 | 130 | // line 35 |
121 | 131 | echo " <h2>Interfaces</h2> |
122 | 132 | "; |
123 | 133 | // line 36 |
124 | - echo $context["__internal_084c0a9b4751f3912921b1f087047d19c4c1f20b347dd6cee5246a93c0cb9eed"]->macro_render_classes((isset($context["interfaces"]) || array_key_exists("interfaces", $context) ? $context["interfaces"] : (function () { throw new Twig_Error_Runtime('Variable "interfaces" does not exist.', 36, $this->getSourceContext()); })())); |
|
134 | + echo $context["__internal_084c0a9b4751f3912921b1f087047d19c4c1f20b347dd6cee5246a93c0cb9eed"]->macro_render_classes((isset($context["interfaces"]) || array_key_exists("interfaces", $context) ? $context["interfaces"] : (function () |
|
135 | + { |
|
136 | +throw new Twig_Error_Runtime('Variable "interfaces" does not exist.', 36, $this->getSourceContext()); })())); |
|
125 | 137 | echo " |
126 | 138 | "; |
127 | 139 | } |
@@ -129,12 +141,16 @@ discard block |
||
129 | 141 | echo " |
130 | 142 | "; |
131 | 143 | // line 39 |
132 | - if ((isset($context["exceptions"]) || array_key_exists("exceptions", $context) ? $context["exceptions"] : (function () { throw new Twig_Error_Runtime('Variable "exceptions" does not exist.', 39, $this->getSourceContext()); })())) { |
|
144 | + if ((isset($context["exceptions"]) || array_key_exists("exceptions", $context) ? $context["exceptions"] : (function () |
|
145 | + { |
|
146 | +throw new Twig_Error_Runtime('Variable "exceptions" does not exist.', 39, $this->getSourceContext()); })())) { |
|
133 | 147 | // line 40 |
134 | 148 | echo " <h2>Exceptions</h2> |
135 | 149 | "; |
136 | 150 | // line 41 |
137 | - echo $context["__internal_084c0a9b4751f3912921b1f087047d19c4c1f20b347dd6cee5246a93c0cb9eed"]->macro_render_classes((isset($context["exceptions"]) || array_key_exists("exceptions", $context) ? $context["exceptions"] : (function () { throw new Twig_Error_Runtime('Variable "exceptions" does not exist.', 41, $this->getSourceContext()); })())); |
|
151 | + echo $context["__internal_084c0a9b4751f3912921b1f087047d19c4c1f20b347dd6cee5246a93c0cb9eed"]->macro_render_classes((isset($context["exceptions"]) || array_key_exists("exceptions", $context) ? $context["exceptions"] : (function () |
|
152 | + { |
|
153 | +throw new Twig_Error_Runtime('Variable "exceptions" does not exist.', 41, $this->getSourceContext()); })())); |
|
138 | 154 | echo " |
139 | 155 | "; |
140 | 156 | } |
@@ -143,23 +159,19 @@ discard block |
||
143 | 159 | "; |
144 | 160 | } |
145 | 161 | |
146 | - public function getTemplateName() |
|
147 | - { |
|
162 | + public function getTemplateName() { |
|
148 | 163 | return "namespace.twig"; |
149 | 164 | } |
150 | 165 | |
151 | - public function isTraitable() |
|
152 | - { |
|
166 | + public function isTraitable() { |
|
153 | 167 | return false; |
154 | 168 | } |
155 | 169 | |
156 | - public function getDebugInfo() |
|
157 | - { |
|
170 | + public function getDebugInfo() { |
|
158 | 171 | return array ( 142 => 43, 137 => 41, 134 => 40, 132 => 39, 129 => 38, 124 => 36, 121 => 35, 119 => 34, 116 => 33, 111 => 31, 108 => 30, 106 => 29, 103 => 28, 99 => 26, 90 => 25, 86 => 23, 84 => 22, 78 => 19, 74 => 17, 71 => 16, 63 => 11, 58 => 8, 55 => 7, 49 => 5, 43 => 4, 35 => 3, 31 => 1, 29 => 2, 11 => 1,); |
159 | 172 | } |
160 | 173 | |
161 | - public function getSourceContext() |
|
162 | - { |
|
174 | + public function getSourceContext() { |
|
163 | 175 | return new Twig_Source("{% extends \"layout/layout.twig\" %} |
164 | 176 | {% from \"macros.twig\" import breadcrumbs, render_classes, class_link, namespace_link %} |
165 | 177 | {% block title %}{{ namespace|raw }} | {{ parent() }}{% endblock %} |
@@ -48,7 +48,7 @@ discard block |
||
48 | 48 | // line 5 |
49 | 49 | public function block_page_id($context, array $blocks = array()) |
50 | 50 | { |
51 | - echo twig_escape_filter($this->env, ("namespace:" . twig_replace_filter((isset($context["namespace"]) || array_key_exists("namespace", $context) ? $context["namespace"] : (function () { throw new Twig_Error_Runtime('Variable "namespace" does not exist.', 5, $this->getSourceContext()); })()), array("\\" => "_"))), "html", null, true); |
|
51 | + echo twig_escape_filter($this->env, ("namespace:" . twig_replace_filter((isset($context["namespace"]) || array_key_exists("namespace", $context) ? $context["namespace"] : (function () { throw new Twig_Error_Runtime('Variable "namespace" does not exist.', 5, $this->getSourceContext()); })()), array("\\" => "_"))), "html", NULL, TRUE); |
|
52 | 52 | } |
53 | 53 | |
54 | 54 | // line 7 |
@@ -150,7 +150,7 @@ discard block |
||
150 | 150 | |
151 | 151 | public function isTraitable() |
152 | 152 | { |
153 | - return false; |
|
153 | + return FALSE; |
|
154 | 154 | } |
155 | 155 | |
156 | 156 | public function getDebugInfo() |
@@ -241,10 +241,10 @@ discard block |
||
241 | 241 | $context['_parent'] = $context; |
242 | 242 | $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.', 82, $this->getSourceContext()); })()), "interfaces", array())); |
243 | 243 | $context['loop'] = array( |
244 | - 'parent' => $context['_parent'], |
|
245 | - 'index0' => 0, |
|
246 | - 'index' => 1, |
|
247 | - 'first' => true, |
|
244 | + 'parent' => $context['_parent'], |
|
245 | + 'index0' => 0, |
|
246 | + 'index' => 1, |
|
247 | + 'first' => true, |
|
248 | 248 | ); |
249 | 249 | if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof Countable)) { |
250 | 250 | $length = count($context['_seq']); |
@@ -560,10 +560,10 @@ discard block |
||
560 | 560 | $context['_parent'] = $context; |
561 | 561 | $context['_seq'] = twig_ensure_traversable((isset($context["methods"]) || array_key_exists("methods", $context) ? $context["methods"] : (function () { throw new Twig_Error_Runtime('Variable "methods" does not exist.', 187, $this->getSourceContext()); })())); |
562 | 562 | $context['loop'] = array( |
563 | - 'parent' => $context['_parent'], |
|
564 | - 'index0' => 0, |
|
565 | - 'index' => 1, |
|
566 | - 'first' => true, |
|
563 | + 'parent' => $context['_parent'], |
|
564 | + 'index0' => 0, |
|
565 | + 'index' => 1, |
|
566 | + 'first' => true, |
|
567 | 567 | ); |
568 | 568 | if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof Countable)) { |
569 | 569 | $length = count($context['_seq']); |
@@ -646,10 +646,10 @@ discard block |
||
646 | 646 | $context['_parent'] = $context; |
647 | 647 | $context['_seq'] = twig_ensure_traversable((isset($context["methods"]) || array_key_exists("methods", $context) ? $context["methods"] : (function () { throw new Twig_Error_Runtime('Variable "methods" does not exist.', 212, $this->getSourceContext()); })())); |
648 | 648 | $context['loop'] = array( |
649 | - 'parent' => $context['_parent'], |
|
650 | - 'index0' => 0, |
|
651 | - 'index' => 1, |
|
652 | - 'first' => true, |
|
649 | + 'parent' => $context['_parent'], |
|
650 | + 'index0' => 0, |
|
651 | + 'index' => 1, |
|
652 | + 'first' => true, |
|
653 | 653 | ); |
654 | 654 | if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof Countable)) { |
655 | 655 | $length = count($context['_seq']); |
@@ -46,7 +46,7 @@ discard block |
||
46 | 46 | // line 3 |
47 | 47 | public function block_title($context, array $blocks = array()) |
48 | 48 | { |
49 | - echo (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 3, $this->getSourceContext()); })()); |
|
49 | + echo (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function() { throw new Twig_Error_Runtime('Variable "class" does not exist.', 3, $this->getSourceContext()); })()); |
|
50 | 50 | echo " | "; |
51 | 51 | $this->displayParentBlock("title", $context, $blocks); |
52 | 52 | } |
@@ -60,7 +60,7 @@ discard block |
||
60 | 60 | // line 5 |
61 | 61 | public function block_page_id($context, array $blocks = array()) |
62 | 62 | { |
63 | - echo twig_escape_filter($this->env, ("class:" . 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.', 5, $this->getSourceContext()); })()), "name", array()), array("\\" => "_"))), "html", null, true); |
|
63 | + echo twig_escape_filter($this->env, ("class:" . 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.', 5, $this->getSourceContext()); })()), "name", array()), array("\\" => "_"))), "html", null, true); |
|
64 | 64 | } |
65 | 65 | |
66 | 66 | // line 7 |
@@ -68,21 +68,21 @@ discard block |
||
68 | 68 | { |
69 | 69 | // line 8 |
70 | 70 | echo " "; |
71 | - 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.', 8, $this->getSourceContext()); })()), "namespace", array())) { |
|
71 | + 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.', 8, $this->getSourceContext()); })()), "namespace", array())) { |
|
72 | 72 | // line 9 |
73 | 73 | echo " <div class=\"namespace-breadcrumbs\"> |
74 | 74 | <ol class=\"breadcrumb\"> |
75 | 75 | <li><span class=\"label label-default\">"; |
76 | 76 | // line 11 |
77 | - echo 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.', 11, $this->getSourceContext()); })()), "categoryName", array()); |
|
77 | + echo 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.', 11, $this->getSourceContext()); })()), "categoryName", array()); |
|
78 | 78 | echo "</span></li> |
79 | 79 | "; |
80 | 80 | // line 12 |
81 | - echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_breadcrumbs(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()); })()), "namespace", array())); |
|
81 | + echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_breadcrumbs(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()); })()), "namespace", array())); |
|
82 | 82 | echo " |
83 | 83 | <li>"; |
84 | 84 | // line 13 |
85 | - echo 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.', 13, $this->getSourceContext()); })()), "shortname", array()); |
|
85 | + echo 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.', 13, $this->getSourceContext()); })()), "shortname", array()); |
|
86 | 86 | echo "</li> |
87 | 87 | </ol> |
88 | 88 | </div> |
@@ -99,11 +99,11 @@ discard block |
||
99 | 99 | <h1> |
100 | 100 | "; |
101 | 101 | // line 23 |
102 | - echo twig_last($this->env, twig_split_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.', 23, $this->getSourceContext()); })()), "name", array()), "\\")); |
|
102 | + echo twig_last($this->env, twig_split_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.', 23, $this->getSourceContext()); })()), "name", array()), "\\")); |
|
103 | 103 | echo " |
104 | 104 | "; |
105 | 105 | // line 24 |
106 | - echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_deprecated((isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 24, $this->getSourceContext()); })())); |
|
106 | + echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_deprecated((isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function() { throw new Twig_Error_Runtime('Variable "class" does not exist.', 24, $this->getSourceContext()); })())); |
|
107 | 107 | echo " |
108 | 108 | </h1> |
109 | 109 | </div> |
@@ -115,28 +115,28 @@ discard block |
||
115 | 115 | |
116 | 116 | "; |
117 | 117 | // line 30 |
118 | - echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_deprecations((isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 30, $this->getSourceContext()); })())); |
|
118 | + echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_deprecations((isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function() { throw new Twig_Error_Runtime('Variable "class" does not exist.', 30, $this->getSourceContext()); })())); |
|
119 | 119 | echo " |
120 | 120 | |
121 | 121 | "; |
122 | 122 | // line 32 |
123 | - 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.', 32, $this->getSourceContext()); })()), "shortdesc", 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.', 32, $this->getSourceContext()); })()), "longdesc", array()))) { |
|
123 | + 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.', 32, $this->getSourceContext()); })()), "shortdesc", 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.', 32, $this->getSourceContext()); })()), "longdesc", array()))) { |
|
124 | 124 | // line 33 |
125 | 125 | echo " <div class=\"description\"> |
126 | 126 | "; |
127 | 127 | // line 34 |
128 | - 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.', 34, $this->getSourceContext()); })()), "shortdesc", array())) { |
|
128 | + 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.', 34, $this->getSourceContext()); })()), "shortdesc", array())) { |
|
129 | 129 | // line 35 |
130 | 130 | echo "<p>"; |
131 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, 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.', 35, $this->getSourceContext()); })()), "shortdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 35, $this->getSourceContext()); })())); |
|
131 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, 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.', 35, $this->getSourceContext()); })()), "shortdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function() { throw new Twig_Error_Runtime('Variable "class" does not exist.', 35, $this->getSourceContext()); })())); |
|
132 | 132 | echo "</p>"; |
133 | 133 | } |
134 | 134 | // line 37 |
135 | 135 | echo " "; |
136 | - 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.', 37, $this->getSourceContext()); })()), "longdesc", array())) { |
|
136 | + 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.', 37, $this->getSourceContext()); })()), "longdesc", array())) { |
|
137 | 137 | // line 38 |
138 | 138 | echo "<p>"; |
139 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, 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.', 38, $this->getSourceContext()); })()), "longdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 38, $this->getSourceContext()); })())); |
|
139 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, 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.', 38, $this->getSourceContext()); })()), "longdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function() { throw new Twig_Error_Runtime('Variable "class" does not exist.', 38, $this->getSourceContext()); })())); |
|
140 | 140 | echo "</p>"; |
141 | 141 | } |
142 | 142 | // line 40 |
@@ -147,13 +147,13 @@ discard block |
||
147 | 147 | echo " |
148 | 148 | "; |
149 | 149 | // line 43 |
150 | - if ((isset($context["traits"]) || array_key_exists("traits", $context) ? $context["traits"] : (function () { throw new Twig_Error_Runtime('Variable "traits" does not exist.', 43, $this->getSourceContext()); })())) { |
|
150 | + if ((isset($context["traits"]) || array_key_exists("traits", $context) ? $context["traits"] : (function() { throw new Twig_Error_Runtime('Variable "traits" does not exist.', 43, $this->getSourceContext()); })())) { |
|
151 | 151 | // line 44 |
152 | 152 | echo " <h2>Traits</h2> |
153 | 153 | |
154 | 154 | "; |
155 | 155 | // line 46 |
156 | - echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_render_classes((isset($context["traits"]) || array_key_exists("traits", $context) ? $context["traits"] : (function () { throw new Twig_Error_Runtime('Variable "traits" does not exist.', 46, $this->getSourceContext()); })())); |
|
156 | + echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_render_classes((isset($context["traits"]) || array_key_exists("traits", $context) ? $context["traits"] : (function() { throw new Twig_Error_Runtime('Variable "traits" does not exist.', 46, $this->getSourceContext()); })())); |
|
157 | 157 | echo " |
158 | 158 | "; |
159 | 159 | } |
@@ -161,7 +161,7 @@ discard block |
||
161 | 161 | echo " |
162 | 162 | "; |
163 | 163 | // line 49 |
164 | - if ((isset($context["constants"]) || array_key_exists("constants", $context) ? $context["constants"] : (function () { throw new Twig_Error_Runtime('Variable "constants" does not exist.', 49, $this->getSourceContext()); })())) { |
|
164 | + if ((isset($context["constants"]) || array_key_exists("constants", $context) ? $context["constants"] : (function() { throw new Twig_Error_Runtime('Variable "constants" does not exist.', 49, $this->getSourceContext()); })())) { |
|
165 | 165 | // line 50 |
166 | 166 | echo " <h2>Constants</h2> |
167 | 167 | |
@@ -175,7 +175,7 @@ discard block |
||
175 | 175 | echo " |
176 | 176 | "; |
177 | 177 | // line 55 |
178 | - if ((isset($context["properties"]) || array_key_exists("properties", $context) ? $context["properties"] : (function () { throw new Twig_Error_Runtime('Variable "properties" does not exist.', 55, $this->getSourceContext()); })())) { |
|
178 | + if ((isset($context["properties"]) || array_key_exists("properties", $context) ? $context["properties"] : (function() { throw new Twig_Error_Runtime('Variable "properties" does not exist.', 55, $this->getSourceContext()); })())) { |
|
179 | 179 | // line 56 |
180 | 180 | echo " <h2>Properties</h2> |
181 | 181 | |
@@ -189,7 +189,7 @@ discard block |
||
189 | 189 | echo " |
190 | 190 | "; |
191 | 191 | // line 61 |
192 | - if ((isset($context["methods"]) || array_key_exists("methods", $context) ? $context["methods"] : (function () { throw new Twig_Error_Runtime('Variable "methods" does not exist.', 61, $this->getSourceContext()); })())) { |
|
192 | + if ((isset($context["methods"]) || array_key_exists("methods", $context) ? $context["methods"] : (function() { throw new Twig_Error_Runtime('Variable "methods" does not exist.', 61, $this->getSourceContext()); })())) { |
|
193 | 193 | // line 62 |
194 | 194 | echo " <h2>Methods</h2> |
195 | 195 | |
@@ -215,31 +215,31 @@ discard block |
||
215 | 215 | public function block_class_signature($context, array $blocks = array()) |
216 | 216 | { |
217 | 217 | // line 74 |
218 | - 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.', 74, $this->getSourceContext()); })()), "interface", 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.', 74, $this->getSourceContext()); })()), "abstract", array()))) { |
|
218 | + 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.', 74, $this->getSourceContext()); })()), "interface", 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.', 74, $this->getSourceContext()); })()), "abstract", array()))) { |
|
219 | 219 | echo "abstract "; |
220 | 220 | } |
221 | 221 | // line 75 |
222 | 222 | echo " "; |
223 | - echo 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.', 75, $this->getSourceContext()); })()), "categoryName", array()); |
|
223 | + echo 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.', 75, $this->getSourceContext()); })()), "categoryName", array()); |
|
224 | 224 | echo " |
225 | 225 | <strong>"; |
226 | 226 | // line 76 |
227 | - echo 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.', 76, $this->getSourceContext()); })()), "shortname", array()); |
|
227 | + echo 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.', 76, $this->getSourceContext()); })()), "shortname", array()); |
|
228 | 228 | echo "</strong>"; |
229 | 229 | // line 77 |
230 | - 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.', 77, $this->getSourceContext()); })()), "parent", array())) { |
|
230 | + 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.', 77, $this->getSourceContext()); })()), "parent", array())) { |
|
231 | 231 | // line 78 |
232 | 232 | echo " extends "; |
233 | - echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_class_link(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.', 78, $this->getSourceContext()); })()), "parent", array())); |
|
233 | + echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_class_link(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.', 78, $this->getSourceContext()); })()), "parent", array())); |
|
234 | 234 | } |
235 | 235 | // line 80 |
236 | - if ((twig_length_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.', 80, $this->getSourceContext()); })()), "interfaces", array())) > 0)) { |
|
236 | + if ((twig_length_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.', 80, $this->getSourceContext()); })()), "interfaces", array())) > 0)) { |
|
237 | 237 | // line 81 |
238 | 238 | echo " implements |
239 | 239 | "; |
240 | 240 | // line 82 |
241 | 241 | $context['_parent'] = $context; |
242 | - $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.', 82, $this->getSourceContext()); })()), "interfaces", array())); |
|
242 | + $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.', 82, $this->getSourceContext()); })()), "interfaces", array())); |
|
243 | 243 | $context['loop'] = array( |
244 | 244 | 'parent' => $context['_parent'], |
245 | 245 | 'index0' => 0, |
@@ -257,7 +257,7 @@ discard block |
||
257 | 257 | // line 83 |
258 | 258 | echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_class_link($context["interface"]); |
259 | 259 | // line 84 |
260 | - if ( !twig_get_attribute($this->env, $this->getSourceContext(), $context["loop"], "last", array())) { |
|
260 | + if (!twig_get_attribute($this->env, $this->getSourceContext(), $context["loop"], "last", array())) { |
|
261 | 261 | echo ", "; |
262 | 262 | } |
263 | 263 | ++$context['loop']['index0']; |
@@ -274,7 +274,7 @@ discard block |
||
274 | 274 | $context = array_intersect_key($context, $_parent) + $_parent; |
275 | 275 | } |
276 | 276 | // line 87 |
277 | - echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_source_link((isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 87, $this->getSourceContext()); })()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 87, $this->getSourceContext()); })())); |
|
277 | + echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_source_link((isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function() { throw new Twig_Error_Runtime('Variable "project" does not exist.', 87, $this->getSourceContext()); })()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function() { throw new Twig_Error_Runtime('Variable "class" does not exist.', 87, $this->getSourceContext()); })())); |
|
278 | 278 | echo " |
279 | 279 | "; |
280 | 280 | } |
@@ -283,36 +283,36 @@ discard block |
||
283 | 283 | public function block_method_signature($context, array $blocks = array()) |
284 | 284 | { |
285 | 285 | // line 91 |
286 | - 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.', 91, $this->getSourceContext()); })()), "final", array())) { |
|
286 | + 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.', 91, $this->getSourceContext()); })()), "final", array())) { |
|
287 | 287 | echo "final"; |
288 | 288 | } |
289 | 289 | // line 92 |
290 | 290 | echo " "; |
291 | - 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.', 92, $this->getSourceContext()); })()), "abstract", array())) { |
|
291 | + 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.', 92, $this->getSourceContext()); })()), "abstract", array())) { |
|
292 | 292 | echo "abstract"; |
293 | 293 | } |
294 | 294 | // line 93 |
295 | 295 | echo " "; |
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.', 93, $this->getSourceContext()); })()), "static", 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.', 93, $this->getSourceContext()); })()), "static", array())) { |
|
297 | 297 | echo "static"; |
298 | 298 | } |
299 | 299 | // line 94 |
300 | 300 | echo " "; |
301 | - 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.', 94, $this->getSourceContext()); })()), "protected", array())) { |
|
301 | + 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.', 94, $this->getSourceContext()); })()), "protected", array())) { |
|
302 | 302 | echo "protected"; |
303 | 303 | } |
304 | 304 | // line 95 |
305 | 305 | echo " "; |
306 | - 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.', 95, $this->getSourceContext()); })()), "private", array())) { |
|
306 | + 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.', 95, $this->getSourceContext()); })()), "private", array())) { |
|
307 | 307 | echo "private"; |
308 | 308 | } |
309 | 309 | // line 96 |
310 | 310 | echo " "; |
311 | - echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_hint_link(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.', 96, $this->getSourceContext()); })()), "hint", array())); |
|
311 | + echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_hint_link(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.', 96, $this->getSourceContext()); })()), "hint", array())); |
|
312 | 312 | echo " |
313 | 313 | <strong>"; |
314 | 314 | // line 97 |
315 | - 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.', 97, $this->getSourceContext()); })()), "name", array()); |
|
315 | + 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.', 97, $this->getSourceContext()); })()), "name", array()); |
|
316 | 316 | echo "</strong>"; |
317 | 317 | $this->displayBlock("method_parameters_signature", $context, $blocks); |
318 | 318 | } |
@@ -323,11 +323,11 @@ discard block |
||
323 | 323 | // line 101 |
324 | 324 | $context["__internal_e5526c505280ad0bbf95d58362fb9bb28353f075e956801d475b1e1d91892a94"] = $this->loadTemplate("macros.twig", "class.twig", 101); |
325 | 325 | // line 102 |
326 | - echo $context["__internal_e5526c505280ad0bbf95d58362fb9bb28353f075e956801d475b1e1d91892a94"]->macro_method_parameters_signature((isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () { throw new Twig_Error_Runtime('Variable "method" does not exist.', 102, $this->getSourceContext()); })())); |
|
326 | + echo $context["__internal_e5526c505280ad0bbf95d58362fb9bb28353f075e956801d475b1e1d91892a94"]->macro_method_parameters_signature((isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function() { throw new Twig_Error_Runtime('Variable "method" does not exist.', 102, $this->getSourceContext()); })())); |
|
327 | 327 | echo " |
328 | 328 | "; |
329 | 329 | // line 103 |
330 | - echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_deprecated((isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () { throw new Twig_Error_Runtime('Variable "method" does not exist.', 103, $this->getSourceContext()); })())); |
|
330 | + echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_deprecated((isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function() { throw new Twig_Error_Runtime('Variable "method" does not exist.', 103, $this->getSourceContext()); })())); |
|
331 | 331 | } |
332 | 332 | |
333 | 333 | // line 106 |
@@ -338,7 +338,7 @@ discard block |
||
338 | 338 | "; |
339 | 339 | // line 108 |
340 | 340 | $context['_parent'] = $context; |
341 | - $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.', 108, $this->getSourceContext()); })()), "parameters", array())); |
|
341 | + $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.', 108, $this->getSourceContext()); })()), "parameters", array())); |
|
342 | 342 | foreach ($context['_seq'] as $context["_key"] => $context["parameter"]) { |
343 | 343 | // line 109 |
344 | 344 | echo " <tr> |
@@ -354,7 +354,7 @@ discard block |
||
354 | 354 | echo "</td> |
355 | 355 | <td>"; |
356 | 356 | // line 112 |
357 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["parameter"], "shortdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 112, $this->getSourceContext()); })())); |
|
357 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["parameter"], "shortdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function() { throw new Twig_Error_Runtime('Variable "class" does not exist.', 112, $this->getSourceContext()); })())); |
|
358 | 358 | echo "</td> |
359 | 359 | </tr> |
360 | 360 | "; |
@@ -375,11 +375,11 @@ discard block |
||
375 | 375 | <tr> |
376 | 376 | <td>"; |
377 | 377 | // line 121 |
378 | - echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_hint_link(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.', 121, $this->getSourceContext()); })()), "hint", array())); |
|
378 | + echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_hint_link(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.', 121, $this->getSourceContext()); })()), "hint", array())); |
|
379 | 379 | echo "</td> |
380 | 380 | <td>"; |
381 | 381 | // line 122 |
382 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, 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.', 122, $this->getSourceContext()); })()), "hintDesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 122, $this->getSourceContext()); })())); |
|
382 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, 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.', 122, $this->getSourceContext()); })()), "hintDesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function() { throw new Twig_Error_Runtime('Variable "class" does not exist.', 122, $this->getSourceContext()); })())); |
|
383 | 383 | echo "</td> |
384 | 384 | </tr> |
385 | 385 | </table> |
@@ -394,7 +394,7 @@ discard block |
||
394 | 394 | "; |
395 | 395 | // line 129 |
396 | 396 | $context['_parent'] = $context; |
397 | - $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.', 129, $this->getSourceContext()); })()), "exceptions", array())); |
|
397 | + $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.', 129, $this->getSourceContext()); })()), "exceptions", array())); |
|
398 | 398 | foreach ($context['_seq'] as $context["_key"] => $context["exception"]) { |
399 | 399 | // line 130 |
400 | 400 | echo " <tr> |
@@ -404,7 +404,7 @@ discard block |
||
404 | 404 | echo "</td> |
405 | 405 | <td>"; |
406 | 406 | // line 132 |
407 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["exception"], 1, array(), "array"), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 132, $this->getSourceContext()); })())); |
|
407 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["exception"], 1, array(), "array"), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function() { throw new Twig_Error_Runtime('Variable "class" does not exist.', 132, $this->getSourceContext()); })())); |
|
408 | 408 | echo "</td> |
409 | 409 | </tr> |
410 | 410 | "; |
@@ -425,7 +425,7 @@ discard block |
||
425 | 425 | "; |
426 | 426 | // line 140 |
427 | 427 | $context['_parent'] = $context; |
428 | - $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.', 140, $this->getSourceContext()); })()), "tags", array(0 => "see"), "method")); |
|
428 | + $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.', 140, $this->getSourceContext()); })()), "tags", array(0 => "see"), "method")); |
|
429 | 429 | foreach ($context['_seq'] as $context["_key"] => $context["tag"]) { |
430 | 430 | // line 141 |
431 | 431 | echo " <tr> |
@@ -456,7 +456,7 @@ discard block |
||
456 | 456 | "; |
457 | 457 | // line 151 |
458 | 458 | $context['_parent'] = $context; |
459 | - $context['_seq'] = twig_ensure_traversable((isset($context["constants"]) || array_key_exists("constants", $context) ? $context["constants"] : (function () { throw new Twig_Error_Runtime('Variable "constants" does not exist.', 151, $this->getSourceContext()); })())); |
|
459 | + $context['_seq'] = twig_ensure_traversable((isset($context["constants"]) || array_key_exists("constants", $context) ? $context["constants"] : (function() { throw new Twig_Error_Runtime('Variable "constants" does not exist.', 151, $this->getSourceContext()); })())); |
|
460 | 460 | foreach ($context['_seq'] as $context["_key"] => $context["constant"]) { |
461 | 461 | // line 152 |
462 | 462 | echo " <tr> |
@@ -467,11 +467,11 @@ discard block |
||
467 | 467 | <td class=\"last\"> |
468 | 468 | <p><em>"; |
469 | 469 | // line 155 |
470 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["constant"], "shortdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 155, $this->getSourceContext()); })())); |
|
470 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["constant"], "shortdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function() { throw new Twig_Error_Runtime('Variable "class" does not exist.', 155, $this->getSourceContext()); })())); |
|
471 | 471 | echo "</em></p> |
472 | 472 | <p>"; |
473 | 473 | // line 156 |
474 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["constant"], "longdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 156, $this->getSourceContext()); })())); |
|
474 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["constant"], "longdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function() { throw new Twig_Error_Runtime('Variable "class" does not exist.', 156, $this->getSourceContext()); })())); |
|
475 | 475 | echo "</p> |
476 | 476 | </td> |
477 | 477 | </tr> |
@@ -493,7 +493,7 @@ discard block |
||
493 | 493 | "; |
494 | 494 | // line 165 |
495 | 495 | $context['_parent'] = $context; |
496 | - $context['_seq'] = twig_ensure_traversable((isset($context["properties"]) || array_key_exists("properties", $context) ? $context["properties"] : (function () { throw new Twig_Error_Runtime('Variable "properties" does not exist.', 165, $this->getSourceContext()); })())); |
|
496 | + $context['_seq'] = twig_ensure_traversable((isset($context["properties"]) || array_key_exists("properties", $context) ? $context["properties"] : (function() { throw new Twig_Error_Runtime('Variable "properties" does not exist.', 165, $this->getSourceContext()); })())); |
|
497 | 497 | foreach ($context['_seq'] as $context["_key"] => $context["property"]) { |
498 | 498 | // line 166 |
499 | 499 | echo " <tr> |
@@ -527,11 +527,11 @@ discard block |
||
527 | 527 | echo "</td> |
528 | 528 | <td class=\"last\">"; |
529 | 529 | // line 174 |
530 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["property"], "shortdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 174, $this->getSourceContext()); })())); |
|
530 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["property"], "shortdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function() { throw new Twig_Error_Runtime('Variable "class" does not exist.', 174, $this->getSourceContext()); })())); |
|
531 | 531 | echo "</td> |
532 | 532 | <td>"; |
533 | 533 | // line 176 |
534 | - if ( !(twig_get_attribute($this->env, $this->getSourceContext(), $context["property"], "class", array()) === (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 176, $this->getSourceContext()); })()))) { |
|
534 | + if (!(twig_get_attribute($this->env, $this->getSourceContext(), $context["property"], "class", array()) === (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function() { throw new Twig_Error_Runtime('Variable "class" does not exist.', 176, $this->getSourceContext()); })()))) { |
|
535 | 535 | // line 177 |
536 | 536 | echo "<small>from "; |
537 | 537 | echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_property_link($context["property"], false, true); |
@@ -558,7 +558,7 @@ discard block |
||
558 | 558 | "; |
559 | 559 | // line 187 |
560 | 560 | $context['_parent'] = $context; |
561 | - $context['_seq'] = twig_ensure_traversable((isset($context["methods"]) || array_key_exists("methods", $context) ? $context["methods"] : (function () { throw new Twig_Error_Runtime('Variable "methods" does not exist.', 187, $this->getSourceContext()); })())); |
|
561 | + $context['_seq'] = twig_ensure_traversable((isset($context["methods"]) || array_key_exists("methods", $context) ? $context["methods"] : (function() { throw new Twig_Error_Runtime('Variable "methods" does not exist.', 187, $this->getSourceContext()); })())); |
|
562 | 562 | $context['loop'] = array( |
563 | 563 | 'parent' => $context['_parent'], |
564 | 564 | 'index0' => 0, |
@@ -595,21 +595,21 @@ discard block |
||
595 | 595 | echo " |
596 | 596 | "; |
597 | 597 | // line 194 |
598 | - if ( !twig_get_attribute($this->env, $this->getSourceContext(), $context["method"], "shortdesc", array())) { |
|
598 | + if (!twig_get_attribute($this->env, $this->getSourceContext(), $context["method"], "shortdesc", array())) { |
|
599 | 599 | // line 195 |
600 | 600 | echo " <p class=\"no-description\">No description</p> |
601 | 601 | "; |
602 | 602 | } else { |
603 | 603 | // line 197 |
604 | 604 | echo " <p>"; |
605 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["method"], "shortdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 197, $this->getSourceContext()); })())); |
|
605 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["method"], "shortdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function() { throw new Twig_Error_Runtime('Variable "class" does not exist.', 197, $this->getSourceContext()); })())); |
|
606 | 606 | echo "</p>"; |
607 | 607 | } |
608 | 608 | // line 199 |
609 | 609 | echo " </div> |
610 | 610 | <div class=\"col-md-2\">"; |
611 | 611 | // line 201 |
612 | - if ( !(twig_get_attribute($this->env, $this->getSourceContext(), $context["method"], "class", array()) === (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 201, $this->getSourceContext()); })()))) { |
|
612 | + if (!(twig_get_attribute($this->env, $this->getSourceContext(), $context["method"], "class", array()) === (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function() { throw new Twig_Error_Runtime('Variable "class" does not exist.', 201, $this->getSourceContext()); })()))) { |
|
613 | 613 | // line 202 |
614 | 614 | echo "<small>from "; |
615 | 615 | echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_method_link($context["method"], false, true); |
@@ -644,7 +644,7 @@ discard block |
||
644 | 644 | "; |
645 | 645 | // line 212 |
646 | 646 | $context['_parent'] = $context; |
647 | - $context['_seq'] = twig_ensure_traversable((isset($context["methods"]) || array_key_exists("methods", $context) ? $context["methods"] : (function () { throw new Twig_Error_Runtime('Variable "methods" does not exist.', 212, $this->getSourceContext()); })())); |
|
647 | + $context['_seq'] = twig_ensure_traversable((isset($context["methods"]) || array_key_exists("methods", $context) ? $context["methods"] : (function() { throw new Twig_Error_Runtime('Variable "methods" does not exist.', 212, $this->getSourceContext()); })())); |
|
648 | 648 | $context['loop'] = array( |
649 | 649 | 'parent' => $context['_parent'], |
650 | 650 | 'index0' => 0, |
@@ -689,17 +689,17 @@ discard block |
||
689 | 689 | { |
690 | 690 | // line 221 |
691 | 691 | echo " <h3 id=\"method_"; |
692 | - 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.', 221, $this->getSourceContext()); })()), "name", array()); |
|
692 | + 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.', 221, $this->getSourceContext()); })()), "name", array()); |
|
693 | 693 | echo "\"> |
694 | 694 | <div class=\"location\">"; |
695 | 695 | // line 222 |
696 | - 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.', 222, $this->getSourceContext()); })()), "class", array()) === (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 222, $this->getSourceContext()); })()))) { |
|
696 | + 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.', 222, $this->getSourceContext()); })()), "class", array()) === (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function() { throw new Twig_Error_Runtime('Variable "class" does not exist.', 222, $this->getSourceContext()); })()))) { |
|
697 | 697 | echo "in "; |
698 | - echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_method_link((isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () { throw new Twig_Error_Runtime('Variable "method" does not exist.', 222, $this->getSourceContext()); })()), false, true); |
|
698 | + echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_method_link((isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function() { throw new Twig_Error_Runtime('Variable "method" does not exist.', 222, $this->getSourceContext()); })()), false, true); |
|
699 | 699 | echo " "; |
700 | 700 | } |
701 | 701 | echo "at "; |
702 | - echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_method_source_link((isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () { throw new Twig_Error_Runtime('Variable "method" does not exist.', 222, $this->getSourceContext()); })())); |
|
702 | + echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_method_source_link((isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function() { throw new Twig_Error_Runtime('Variable "method" does not exist.', 222, $this->getSourceContext()); })())); |
|
703 | 703 | echo "</div> |
704 | 704 | <code>"; |
705 | 705 | // line 223 |
@@ -709,35 +709,35 @@ discard block |
||
709 | 709 | <div class=\"details\"> |
710 | 710 | "; |
711 | 711 | // line 226 |
712 | - echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_deprecations((isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () { throw new Twig_Error_Runtime('Variable "method" does not exist.', 226, $this->getSourceContext()); })())); |
|
712 | + echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_deprecations((isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function() { throw new Twig_Error_Runtime('Variable "method" does not exist.', 226, $this->getSourceContext()); })())); |
|
713 | 713 | echo " |
714 | 714 | |
715 | 715 | "; |
716 | 716 | // line 228 |
717 | - 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.', 228, $this->getSourceContext()); })()), "shortdesc", array()) || 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.', 228, $this->getSourceContext()); })()), "longdesc", array()))) { |
|
717 | + 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.', 228, $this->getSourceContext()); })()), "shortdesc", array()) || 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.', 228, $this->getSourceContext()); })()), "longdesc", array()))) { |
|
718 | 718 | // line 229 |
719 | 719 | echo " <div class=\"method-description\"> |
720 | 720 | "; |
721 | 721 | // line 230 |
722 | - 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.', 230, $this->getSourceContext()); })()), "shortdesc", array()) && !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.', 230, $this->getSourceContext()); })()), "longdesc", array()))) { |
|
722 | + 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.', 230, $this->getSourceContext()); })()), "shortdesc", array()) && !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.', 230, $this->getSourceContext()); })()), "longdesc", array()))) { |
|
723 | 723 | // line 231 |
724 | 724 | echo " <p class=\"no-description\">No description</p> |
725 | 725 | "; |
726 | 726 | } else { |
727 | 727 | // line 233 |
728 | 728 | echo " "; |
729 | - 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.', 233, $this->getSourceContext()); })()), "shortdesc", array())) { |
|
729 | + 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.', 233, $this->getSourceContext()); })()), "shortdesc", array())) { |
|
730 | 730 | // line 234 |
731 | 731 | echo "<p>"; |
732 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, 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.', 234, $this->getSourceContext()); })()), "shortdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 234, $this->getSourceContext()); })())); |
|
732 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, 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.', 234, $this->getSourceContext()); })()), "shortdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function() { throw new Twig_Error_Runtime('Variable "class" does not exist.', 234, $this->getSourceContext()); })())); |
|
733 | 733 | echo "</p>"; |
734 | 734 | } |
735 | 735 | // line 236 |
736 | 736 | echo " "; |
737 | - 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.', 236, $this->getSourceContext()); })()), "longdesc", array())) { |
|
737 | + 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.', 236, $this->getSourceContext()); })()), "longdesc", array())) { |
|
738 | 738 | // line 237 |
739 | 739 | echo "<p>"; |
740 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, 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.', 237, $this->getSourceContext()); })()), "longdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 237, $this->getSourceContext()); })())); |
|
740 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, 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.', 237, $this->getSourceContext()); })()), "longdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function() { throw new Twig_Error_Runtime('Variable "class" does not exist.', 237, $this->getSourceContext()); })())); |
|
741 | 741 | echo "</p>"; |
742 | 742 | } |
743 | 743 | } |
@@ -749,7 +749,7 @@ discard block |
||
749 | 749 | echo " <div class=\"tags\"> |
750 | 750 | "; |
751 | 751 | // line 243 |
752 | - 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.', 243, $this->getSourceContext()); })()), "parameters", array())) { |
|
752 | + 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.', 243, $this->getSourceContext()); })()), "parameters", array())) { |
|
753 | 753 | // line 244 |
754 | 754 | echo " <h4>Parameters</h4> |
755 | 755 | |
@@ -763,7 +763,7 @@ discard block |
||
763 | 763 | echo " |
764 | 764 | "; |
765 | 765 | // line 249 |
766 | - 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.', 249, $this->getSourceContext()); })()), "hintDesc", array()) || 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.', 249, $this->getSourceContext()); })()), "hint", array()))) { |
|
766 | + 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.', 249, $this->getSourceContext()); })()), "hintDesc", array()) || 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.', 249, $this->getSourceContext()); })()), "hint", array()))) { |
|
767 | 767 | // line 250 |
768 | 768 | echo " <h4>Return Value</h4> |
769 | 769 | |
@@ -777,7 +777,7 @@ discard block |
||
777 | 777 | echo " |
778 | 778 | "; |
779 | 779 | // line 255 |
780 | - 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.', 255, $this->getSourceContext()); })()), "exceptions", array())) { |
|
780 | + 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.', 255, $this->getSourceContext()); })()), "exceptions", array())) { |
|
781 | 781 | // line 256 |
782 | 782 | echo " <h4>Exceptions</h4> |
783 | 783 | |
@@ -791,7 +791,7 @@ discard block |
||
791 | 791 | echo " |
792 | 792 | "; |
793 | 793 | // line 261 |
794 | - 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.', 261, $this->getSourceContext()); })()), "tags", array(0 => "see"), "method")) { |
|
794 | + 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.', 261, $this->getSourceContext()); })()), "tags", array(0 => "see"), "method")) { |
|
795 | 795 | // line 262 |
796 | 796 | echo " <h4>See also</h4> |
797 | 797 | |
@@ -819,7 +819,7 @@ discard block |
||
819 | 819 | |
820 | 820 | public function getDebugInfo() |
821 | 821 | { |
822 | - return array ( 805 => 266, 800 => 264, 796 => 262, 794 => 261, 791 => 260, 786 => 258, 782 => 256, 780 => 255, 777 => 254, 772 => 252, 768 => 250, 766 => 249, 763 => 248, 758 => 246, 754 => 244, 752 => 243, 749 => 242, 745 => 240, 739 => 237, 736 => 236, 731 => 234, 728 => 233, 724 => 231, 722 => 230, 719 => 229, 717 => 228, 712 => 226, 706 => 223, 696 => 222, 691 => 221, 688 => 220, 683 => 217, 666 => 214, 663 => 213, 646 => 212, 643 => 211, 640 => 210, 635 => 207, 619 => 204, 614 => 202, 612 => 201, 609 => 199, 604 => 197, 600 => 195, 598 => 194, 590 => 193, 581 => 190, 577 => 188, 560 => 187, 557 => 186, 554 => 185, 549 => 182, 541 => 179, 536 => 177, 534 => 176, 530 => 174, 526 => 173, 520 => 171, 515 => 170, 510 => 169, 506 => 168, 502 => 167, 499 => 166, 495 => 165, 492 => 164, 489 => 163, 484 => 160, 474 => 156, 470 => 155, 465 => 153, 462 => 152, 458 => 151, 455 => 150, 452 => 149, 447 => 146, 438 => 143, 434 => 142, 431 => 141, 427 => 140, 424 => 139, 421 => 138, 416 => 135, 407 => 132, 403 => 131, 400 => 130, 396 => 129, 393 => 128, 390 => 127, 382 => 122, 378 => 121, 374 => 119, 371 => 118, 366 => 115, 357 => 112, 353 => 111, 347 => 110, 344 => 109, 340 => 108, 337 => 107, 334 => 106, 330 => 103, 326 => 102, 324 => 101, 321 => 100, 315 => 97, 310 => 96, 305 => 95, 300 => 94, 295 => 93, 290 => 92, 286 => 91, 283 => 90, 277 => 87, 260 => 84, 258 => 83, 241 => 82, 238 => 81, 236 => 80, 232 => 78, 230 => 77, 227 => 76, 222 => 75, 218 => 74, 215 => 73, 210 => 70, 205 => 68, 198 => 64, 194 => 62, 192 => 61, 189 => 60, 184 => 58, 180 => 56, 178 => 55, 175 => 54, 170 => 52, 166 => 50, 164 => 49, 161 => 48, 156 => 46, 152 => 44, 150 => 43, 147 => 42, 143 => 40, 138 => 38, 135 => 37, 130 => 35, 128 => 34, 125 => 33, 123 => 32, 118 => 30, 113 => 28, 106 => 24, 102 => 23, 97 => 20, 94 => 19, 85 => 13, 81 => 12, 77 => 11, 73 => 9, 70 => 8, 67 => 7, 61 => 5, 55 => 4, 47 => 3, 43 => 1, 41 => 2, 11 => 1,); |
|
822 | + return array(805 => 266, 800 => 264, 796 => 262, 794 => 261, 791 => 260, 786 => 258, 782 => 256, 780 => 255, 777 => 254, 772 => 252, 768 => 250, 766 => 249, 763 => 248, 758 => 246, 754 => 244, 752 => 243, 749 => 242, 745 => 240, 739 => 237, 736 => 236, 731 => 234, 728 => 233, 724 => 231, 722 => 230, 719 => 229, 717 => 228, 712 => 226, 706 => 223, 696 => 222, 691 => 221, 688 => 220, 683 => 217, 666 => 214, 663 => 213, 646 => 212, 643 => 211, 640 => 210, 635 => 207, 619 => 204, 614 => 202, 612 => 201, 609 => 199, 604 => 197, 600 => 195, 598 => 194, 590 => 193, 581 => 190, 577 => 188, 560 => 187, 557 => 186, 554 => 185, 549 => 182, 541 => 179, 536 => 177, 534 => 176, 530 => 174, 526 => 173, 520 => 171, 515 => 170, 510 => 169, 506 => 168, 502 => 167, 499 => 166, 495 => 165, 492 => 164, 489 => 163, 484 => 160, 474 => 156, 470 => 155, 465 => 153, 462 => 152, 458 => 151, 455 => 150, 452 => 149, 447 => 146, 438 => 143, 434 => 142, 431 => 141, 427 => 140, 424 => 139, 421 => 138, 416 => 135, 407 => 132, 403 => 131, 400 => 130, 396 => 129, 393 => 128, 390 => 127, 382 => 122, 378 => 121, 374 => 119, 371 => 118, 366 => 115, 357 => 112, 353 => 111, 347 => 110, 344 => 109, 340 => 108, 337 => 107, 334 => 106, 330 => 103, 326 => 102, 324 => 101, 321 => 100, 315 => 97, 310 => 96, 305 => 95, 300 => 94, 295 => 93, 290 => 92, 286 => 91, 283 => 90, 277 => 87, 260 => 84, 258 => 83, 241 => 82, 238 => 81, 236 => 80, 232 => 78, 230 => 77, 227 => 76, 222 => 75, 218 => 74, 215 => 73, 210 => 70, 205 => 68, 198 => 64, 194 => 62, 192 => 61, 189 => 60, 184 => 58, 180 => 56, 178 => 55, 175 => 54, 170 => 52, 166 => 50, 164 => 49, 161 => 48, 156 => 46, 152 => 44, 150 => 43, 147 => 42, 143 => 40, 138 => 38, 135 => 37, 130 => 35, 128 => 34, 125 => 33, 123 => 32, 118 => 30, 113 => 28, 106 => 24, 102 => 23, 97 => 20, 94 => 19, 85 => 13, 81 => 12, 77 => 11, 73 => 9, 70 => 8, 67 => 7, 61 => 5, 55 => 4, 47 => 3, 43 => 1, 41 => 2, 11 => 1,); |
|
823 | 823 | } |
824 | 824 | |
825 | 825 | public function getSourceContext() |
@@ -3,8 +3,7 @@ discard block |
||
3 | 3 | /* class.twig */ |
4 | 4 | class __TwigTemplate_1373a0924e16564e79f9cba7ce87feb91dde921516d40ff0ea35e47cc583926c extends Twig_Template |
5 | 5 | { |
6 | - public function __construct(Twig_Environment $env) |
|
7 | - { |
|
6 | + public function __construct(Twig_Environment $env) { |
|
8 | 7 | parent::__construct($env); |
9 | 8 | |
10 | 9 | // line 1 |
@@ -30,13 +29,11 @@ discard block |
||
30 | 29 | ); |
31 | 30 | } |
32 | 31 | |
33 | - protected function doGetParent(array $context) |
|
34 | - { |
|
32 | + protected function doGetParent(array $context) { |
|
35 | 33 | return "layout/layout.twig"; |
36 | 34 | } |
37 | 35 | |
38 | - protected function doDisplay(array $context, array $blocks = array()) |
|
39 | - { |
|
36 | + protected function doDisplay(array $context, array $blocks = array()) { |
|
40 | 37 | // line 2 |
41 | 38 | $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"] = $this->loadTemplate("macros.twig", "class.twig", 2); |
42 | 39 | // line 1 |
@@ -44,45 +41,53 @@ discard block |
||
44 | 41 | } |
45 | 42 | |
46 | 43 | // line 3 |
47 | - public function block_title($context, array $blocks = array()) |
|
48 | - { |
|
49 | - echo (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 3, $this->getSourceContext()); })()); |
|
44 | + public function block_title($context, array $blocks = array()) { |
|
45 | + echo (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
46 | + { |
|
47 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 3, $this->getSourceContext()); })()); |
|
50 | 48 | echo " | "; |
51 | 49 | $this->displayParentBlock("title", $context, $blocks); |
52 | 50 | } |
53 | 51 | |
54 | 52 | // line 4 |
55 | - public function block_body_class($context, array $blocks = array()) |
|
56 | - { |
|
53 | + public function block_body_class($context, array $blocks = array()) { |
|
57 | 54 | echo "class"; |
58 | 55 | } |
59 | 56 | |
60 | 57 | // line 5 |
61 | - public function block_page_id($context, array $blocks = array()) |
|
62 | - { |
|
63 | - echo twig_escape_filter($this->env, ("class:" . 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.', 5, $this->getSourceContext()); })()), "name", array()), array("\\" => "_"))), "html", null, true); |
|
58 | + public function block_page_id($context, array $blocks = array()) { |
|
59 | + echo twig_escape_filter($this->env, ("class:" . twig_replace_filter(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
60 | + { |
|
61 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 5, $this->getSourceContext()); })()), "name", array()), array("\\" => "_"))), "html", null, true); |
|
64 | 62 | } |
65 | 63 | |
66 | 64 | // line 7 |
67 | - public function block_below_menu($context, array $blocks = array()) |
|
68 | - { |
|
65 | + public function block_below_menu($context, array $blocks = array()) { |
|
69 | 66 | // line 8 |
70 | 67 | echo " "; |
71 | - 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.', 8, $this->getSourceContext()); })()), "namespace", array())) { |
|
68 | + if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
69 | + { |
|
70 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 8, $this->getSourceContext()); })()), "namespace", array())) { |
|
72 | 71 | // line 9 |
73 | 72 | echo " <div class=\"namespace-breadcrumbs\"> |
74 | 73 | <ol class=\"breadcrumb\"> |
75 | 74 | <li><span class=\"label label-default\">"; |
76 | 75 | // line 11 |
77 | - echo 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.', 11, $this->getSourceContext()); })()), "categoryName", array()); |
|
76 | + echo twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
77 | + { |
|
78 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 11, $this->getSourceContext()); })()), "categoryName", array()); |
|
78 | 79 | echo "</span></li> |
79 | 80 | "; |
80 | 81 | // line 12 |
81 | - echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_breadcrumbs(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()); })()), "namespace", array())); |
|
82 | + echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_breadcrumbs(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
83 | + { |
|
84 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 12, $this->getSourceContext()); })()), "namespace", array())); |
|
82 | 85 | echo " |
83 | 86 | <li>"; |
84 | 87 | // line 13 |
85 | - echo 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.', 13, $this->getSourceContext()); })()), "shortname", array()); |
|
88 | + echo twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
89 | + { |
|
90 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 13, $this->getSourceContext()); })()), "shortname", array()); |
|
86 | 91 | echo "</li> |
87 | 92 | </ol> |
88 | 93 | </div> |
@@ -91,19 +96,22 @@ discard block |
||
91 | 96 | } |
92 | 97 | |
93 | 98 | // line 19 |
94 | - public function block_page_content($context, array $blocks = array()) |
|
95 | - { |
|
99 | + public function block_page_content($context, array $blocks = array()) { |
|
96 | 100 | // line 20 |
97 | 101 | echo " |
98 | 102 | <div class=\"page-header\"> |
99 | 103 | <h1> |
100 | 104 | "; |
101 | 105 | // line 23 |
102 | - echo twig_last($this->env, twig_split_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.', 23, $this->getSourceContext()); })()), "name", array()), "\\")); |
|
106 | + echo twig_last($this->env, twig_split_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
107 | + { |
|
108 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 23, $this->getSourceContext()); })()), "name", array()), "\\")); |
|
103 | 109 | echo " |
104 | 110 | "; |
105 | 111 | // line 24 |
106 | - echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_deprecated((isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 24, $this->getSourceContext()); })())); |
|
112 | + echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_deprecated((isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
113 | + { |
|
114 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 24, $this->getSourceContext()); })())); |
|
107 | 115 | echo " |
108 | 116 | </h1> |
109 | 117 | </div> |
@@ -115,28 +123,46 @@ discard block |
||
115 | 123 | |
116 | 124 | "; |
117 | 125 | // line 30 |
118 | - echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_deprecations((isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 30, $this->getSourceContext()); })())); |
|
126 | + echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_deprecations((isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
127 | + { |
|
128 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 30, $this->getSourceContext()); })())); |
|
119 | 129 | echo " |
120 | 130 | |
121 | 131 | "; |
122 | 132 | // line 32 |
123 | - 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.', 32, $this->getSourceContext()); })()), "shortdesc", 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.', 32, $this->getSourceContext()); })()), "longdesc", array()))) { |
|
133 | + if ((twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
134 | + { |
|
135 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 32, $this->getSourceContext()); })()), "shortdesc", array()) || twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
136 | + { |
|
137 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 32, $this->getSourceContext()); })()), "longdesc", array()))) { |
|
124 | 138 | // line 33 |
125 | 139 | echo " <div class=\"description\"> |
126 | 140 | "; |
127 | 141 | // line 34 |
128 | - 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.', 34, $this->getSourceContext()); })()), "shortdesc", array())) { |
|
142 | + if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
143 | + { |
|
144 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 34, $this->getSourceContext()); })()), "shortdesc", array())) { |
|
129 | 145 | // line 35 |
130 | 146 | echo "<p>"; |
131 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, 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.', 35, $this->getSourceContext()); })()), "shortdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 35, $this->getSourceContext()); })())); |
|
147 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
148 | + { |
|
149 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 35, $this->getSourceContext()); })()), "shortdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
150 | + { |
|
151 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 35, $this->getSourceContext()); })())); |
|
132 | 152 | echo "</p>"; |
133 | 153 | } |
134 | 154 | // line 37 |
135 | 155 | echo " "; |
136 | - 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.', 37, $this->getSourceContext()); })()), "longdesc", array())) { |
|
156 | + if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
157 | + { |
|
158 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 37, $this->getSourceContext()); })()), "longdesc", array())) { |
|
137 | 159 | // line 38 |
138 | 160 | echo "<p>"; |
139 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, 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.', 38, $this->getSourceContext()); })()), "longdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 38, $this->getSourceContext()); })())); |
|
161 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
162 | + { |
|
163 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 38, $this->getSourceContext()); })()), "longdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
164 | + { |
|
165 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 38, $this->getSourceContext()); })())); |
|
140 | 166 | echo "</p>"; |
141 | 167 | } |
142 | 168 | // line 40 |
@@ -147,13 +173,17 @@ discard block |
||
147 | 173 | echo " |
148 | 174 | "; |
149 | 175 | // line 43 |
150 | - if ((isset($context["traits"]) || array_key_exists("traits", $context) ? $context["traits"] : (function () { throw new Twig_Error_Runtime('Variable "traits" does not exist.', 43, $this->getSourceContext()); })())) { |
|
176 | + if ((isset($context["traits"]) || array_key_exists("traits", $context) ? $context["traits"] : (function () |
|
177 | + { |
|
178 | +throw new Twig_Error_Runtime('Variable "traits" does not exist.', 43, $this->getSourceContext()); })())) { |
|
151 | 179 | // line 44 |
152 | 180 | echo " <h2>Traits</h2> |
153 | 181 | |
154 | 182 | "; |
155 | 183 | // line 46 |
156 | - echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_render_classes((isset($context["traits"]) || array_key_exists("traits", $context) ? $context["traits"] : (function () { throw new Twig_Error_Runtime('Variable "traits" does not exist.', 46, $this->getSourceContext()); })())); |
|
184 | + echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_render_classes((isset($context["traits"]) || array_key_exists("traits", $context) ? $context["traits"] : (function () |
|
185 | + { |
|
186 | +throw new Twig_Error_Runtime('Variable "traits" does not exist.', 46, $this->getSourceContext()); })())); |
|
157 | 187 | echo " |
158 | 188 | "; |
159 | 189 | } |
@@ -161,7 +191,9 @@ discard block |
||
161 | 191 | echo " |
162 | 192 | "; |
163 | 193 | // line 49 |
164 | - if ((isset($context["constants"]) || array_key_exists("constants", $context) ? $context["constants"] : (function () { throw new Twig_Error_Runtime('Variable "constants" does not exist.', 49, $this->getSourceContext()); })())) { |
|
194 | + if ((isset($context["constants"]) || array_key_exists("constants", $context) ? $context["constants"] : (function () |
|
195 | + { |
|
196 | +throw new Twig_Error_Runtime('Variable "constants" does not exist.', 49, $this->getSourceContext()); })())) { |
|
165 | 197 | // line 50 |
166 | 198 | echo " <h2>Constants</h2> |
167 | 199 | |
@@ -175,7 +207,9 @@ discard block |
||
175 | 207 | echo " |
176 | 208 | "; |
177 | 209 | // line 55 |
178 | - if ((isset($context["properties"]) || array_key_exists("properties", $context) ? $context["properties"] : (function () { throw new Twig_Error_Runtime('Variable "properties" does not exist.', 55, $this->getSourceContext()); })())) { |
|
210 | + if ((isset($context["properties"]) || array_key_exists("properties", $context) ? $context["properties"] : (function () |
|
211 | + { |
|
212 | +throw new Twig_Error_Runtime('Variable "properties" does not exist.', 55, $this->getSourceContext()); })())) { |
|
179 | 213 | // line 56 |
180 | 214 | echo " <h2>Properties</h2> |
181 | 215 | |
@@ -189,7 +223,9 @@ discard block |
||
189 | 223 | echo " |
190 | 224 | "; |
191 | 225 | // line 61 |
192 | - if ((isset($context["methods"]) || array_key_exists("methods", $context) ? $context["methods"] : (function () { throw new Twig_Error_Runtime('Variable "methods" does not exist.', 61, $this->getSourceContext()); })())) { |
|
226 | + if ((isset($context["methods"]) || array_key_exists("methods", $context) ? $context["methods"] : (function () |
|
227 | + { |
|
228 | +throw new Twig_Error_Runtime('Variable "methods" does not exist.', 61, $this->getSourceContext()); })())) { |
|
193 | 229 | // line 62 |
194 | 230 | echo " <h2>Methods</h2> |
195 | 231 | |
@@ -212,34 +248,49 @@ discard block |
||
212 | 248 | } |
213 | 249 | |
214 | 250 | // line 73 |
215 | - public function block_class_signature($context, array $blocks = array()) |
|
216 | - { |
|
251 | + public function block_class_signature($context, array $blocks = array()) { |
|
217 | 252 | // line 74 |
218 | - 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.', 74, $this->getSourceContext()); })()), "interface", 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.', 74, $this->getSourceContext()); })()), "abstract", array()))) { |
|
253 | + if (( !twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
254 | + { |
|
255 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 74, $this->getSourceContext()); })()), "interface", array()) && twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
256 | + { |
|
257 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 74, $this->getSourceContext()); })()), "abstract", array()))) { |
|
219 | 258 | echo "abstract "; |
220 | 259 | } |
221 | 260 | // line 75 |
222 | 261 | echo " "; |
223 | - echo 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.', 75, $this->getSourceContext()); })()), "categoryName", array()); |
|
262 | + echo twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
263 | + { |
|
264 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 75, $this->getSourceContext()); })()), "categoryName", array()); |
|
224 | 265 | echo " |
225 | 266 | <strong>"; |
226 | 267 | // line 76 |
227 | - echo 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.', 76, $this->getSourceContext()); })()), "shortname", array()); |
|
268 | + echo twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
269 | + { |
|
270 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 76, $this->getSourceContext()); })()), "shortname", array()); |
|
228 | 271 | echo "</strong>"; |
229 | 272 | // line 77 |
230 | - 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.', 77, $this->getSourceContext()); })()), "parent", array())) { |
|
273 | + if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
274 | + { |
|
275 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 77, $this->getSourceContext()); })()), "parent", array())) { |
|
231 | 276 | // line 78 |
232 | 277 | echo " extends "; |
233 | - echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_class_link(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.', 78, $this->getSourceContext()); })()), "parent", array())); |
|
278 | + echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_class_link(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
279 | + { |
|
280 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 78, $this->getSourceContext()); })()), "parent", array())); |
|
234 | 281 | } |
235 | 282 | // line 80 |
236 | - if ((twig_length_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.', 80, $this->getSourceContext()); })()), "interfaces", array())) > 0)) { |
|
283 | + if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
284 | + { |
|
285 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 80, $this->getSourceContext()); })()), "interfaces", array())) > 0)) { |
|
237 | 286 | // line 81 |
238 | 287 | echo " implements |
239 | 288 | "; |
240 | 289 | // line 82 |
241 | 290 | $context['_parent'] = $context; |
242 | - $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.', 82, $this->getSourceContext()); })()), "interfaces", array())); |
|
291 | + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
292 | + { |
|
293 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 82, $this->getSourceContext()); })()), "interfaces", array())); |
|
243 | 294 | $context['loop'] = array( |
244 | 295 | 'parent' => $context['_parent'], |
245 | 296 | 'index0' => 0, |
@@ -274,71 +325,92 @@ discard block |
||
274 | 325 | $context = array_intersect_key($context, $_parent) + $_parent; |
275 | 326 | } |
276 | 327 | // line 87 |
277 | - echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_source_link((isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 87, $this->getSourceContext()); })()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 87, $this->getSourceContext()); })())); |
|
328 | + echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_source_link((isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () |
|
329 | + { |
|
330 | +throw new Twig_Error_Runtime('Variable "project" does not exist.', 87, $this->getSourceContext()); })()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
331 | + { |
|
332 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 87, $this->getSourceContext()); })())); |
|
278 | 333 | echo " |
279 | 334 | "; |
280 | 335 | } |
281 | 336 | |
282 | 337 | // line 90 |
283 | - public function block_method_signature($context, array $blocks = array()) |
|
284 | - { |
|
338 | + public function block_method_signature($context, array $blocks = array()) { |
|
285 | 339 | // line 91 |
286 | - 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.', 91, $this->getSourceContext()); })()), "final", array())) { |
|
340 | + if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
341 | + { |
|
342 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 91, $this->getSourceContext()); })()), "final", array())) { |
|
287 | 343 | echo "final"; |
288 | 344 | } |
289 | 345 | // line 92 |
290 | 346 | echo " "; |
291 | - 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.', 92, $this->getSourceContext()); })()), "abstract", array())) { |
|
347 | + if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
348 | + { |
|
349 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 92, $this->getSourceContext()); })()), "abstract", array())) { |
|
292 | 350 | echo "abstract"; |
293 | 351 | } |
294 | 352 | // line 93 |
295 | 353 | echo " "; |
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.', 93, $this->getSourceContext()); })()), "static", array())) { |
|
354 | + if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
355 | + { |
|
356 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 93, $this->getSourceContext()); })()), "static", array())) { |
|
297 | 357 | echo "static"; |
298 | 358 | } |
299 | 359 | // line 94 |
300 | 360 | echo " "; |
301 | - 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.', 94, $this->getSourceContext()); })()), "protected", array())) { |
|
361 | + if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
362 | + { |
|
363 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 94, $this->getSourceContext()); })()), "protected", array())) { |
|
302 | 364 | echo "protected"; |
303 | 365 | } |
304 | 366 | // line 95 |
305 | 367 | echo " "; |
306 | - 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.', 95, $this->getSourceContext()); })()), "private", array())) { |
|
368 | + if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
369 | + { |
|
370 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 95, $this->getSourceContext()); })()), "private", array())) { |
|
307 | 371 | echo "private"; |
308 | 372 | } |
309 | 373 | // line 96 |
310 | 374 | echo " "; |
311 | - echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_hint_link(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.', 96, $this->getSourceContext()); })()), "hint", array())); |
|
375 | + echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_hint_link(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
376 | + { |
|
377 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 96, $this->getSourceContext()); })()), "hint", array())); |
|
312 | 378 | echo " |
313 | 379 | <strong>"; |
314 | 380 | // line 97 |
315 | - 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.', 97, $this->getSourceContext()); })()), "name", array()); |
|
381 | + echo twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
382 | + { |
|
383 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 97, $this->getSourceContext()); })()), "name", array()); |
|
316 | 384 | echo "</strong>"; |
317 | 385 | $this->displayBlock("method_parameters_signature", $context, $blocks); |
318 | 386 | } |
319 | 387 | |
320 | 388 | // line 100 |
321 | - public function block_method_parameters_signature($context, array $blocks = array()) |
|
322 | - { |
|
389 | + public function block_method_parameters_signature($context, array $blocks = array()) { |
|
323 | 390 | // line 101 |
324 | 391 | $context["__internal_e5526c505280ad0bbf95d58362fb9bb28353f075e956801d475b1e1d91892a94"] = $this->loadTemplate("macros.twig", "class.twig", 101); |
325 | 392 | // line 102 |
326 | - echo $context["__internal_e5526c505280ad0bbf95d58362fb9bb28353f075e956801d475b1e1d91892a94"]->macro_method_parameters_signature((isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () { throw new Twig_Error_Runtime('Variable "method" does not exist.', 102, $this->getSourceContext()); })())); |
|
393 | + echo $context["__internal_e5526c505280ad0bbf95d58362fb9bb28353f075e956801d475b1e1d91892a94"]->macro_method_parameters_signature((isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
394 | + { |
|
395 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 102, $this->getSourceContext()); })())); |
|
327 | 396 | echo " |
328 | 397 | "; |
329 | 398 | // line 103 |
330 | - echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_deprecated((isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () { throw new Twig_Error_Runtime('Variable "method" does not exist.', 103, $this->getSourceContext()); })())); |
|
399 | + echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_deprecated((isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
400 | + { |
|
401 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 103, $this->getSourceContext()); })())); |
|
331 | 402 | } |
332 | 403 | |
333 | 404 | // line 106 |
334 | - public function block_parameters($context, array $blocks = array()) |
|
335 | - { |
|
405 | + public function block_parameters($context, array $blocks = array()) { |
|
336 | 406 | // line 107 |
337 | 407 | echo " <table class=\"table table-condensed\"> |
338 | 408 | "; |
339 | 409 | // line 108 |
340 | 410 | $context['_parent'] = $context; |
341 | - $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.', 108, $this->getSourceContext()); })()), "parameters", array())); |
|
411 | + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
412 | + { |
|
413 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 108, $this->getSourceContext()); })()), "parameters", array())); |
|
342 | 414 | foreach ($context['_seq'] as $context["_key"] => $context["parameter"]) { |
343 | 415 | // line 109 |
344 | 416 | echo " <tr> |
@@ -354,7 +426,9 @@ discard block |
||
354 | 426 | echo "</td> |
355 | 427 | <td>"; |
356 | 428 | // line 112 |
357 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["parameter"], "shortdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 112, $this->getSourceContext()); })())); |
|
429 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["parameter"], "shortdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
430 | + { |
|
431 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 112, $this->getSourceContext()); })())); |
|
358 | 432 | echo "</td> |
359 | 433 | </tr> |
360 | 434 | "; |
@@ -368,18 +442,23 @@ discard block |
||
368 | 442 | } |
369 | 443 | |
370 | 444 | // line 118 |
371 | - public function block_return($context, array $blocks = array()) |
|
372 | - { |
|
445 | + public function block_return($context, array $blocks = array()) { |
|
373 | 446 | // line 119 |
374 | 447 | echo " <table class=\"table table-condensed\"> |
375 | 448 | <tr> |
376 | 449 | <td>"; |
377 | 450 | // line 121 |
378 | - echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_hint_link(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.', 121, $this->getSourceContext()); })()), "hint", array())); |
|
451 | + echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_hint_link(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
452 | + { |
|
453 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 121, $this->getSourceContext()); })()), "hint", array())); |
|
379 | 454 | echo "</td> |
380 | 455 | <td>"; |
381 | 456 | // line 122 |
382 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, 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.', 122, $this->getSourceContext()); })()), "hintDesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 122, $this->getSourceContext()); })())); |
|
457 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
458 | + { |
|
459 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 122, $this->getSourceContext()); })()), "hintDesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
460 | + { |
|
461 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 122, $this->getSourceContext()); })())); |
|
383 | 462 | echo "</td> |
384 | 463 | </tr> |
385 | 464 | </table> |
@@ -387,14 +466,15 @@ discard block |
||
387 | 466 | } |
388 | 467 | |
389 | 468 | // line 127 |
390 | - public function block_exceptions($context, array $blocks = array()) |
|
391 | - { |
|
469 | + public function block_exceptions($context, array $blocks = array()) { |
|
392 | 470 | // line 128 |
393 | 471 | echo " <table class=\"table table-condensed\"> |
394 | 472 | "; |
395 | 473 | // line 129 |
396 | 474 | $context['_parent'] = $context; |
397 | - $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.', 129, $this->getSourceContext()); })()), "exceptions", array())); |
|
475 | + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
476 | + { |
|
477 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 129, $this->getSourceContext()); })()), "exceptions", array())); |
|
398 | 478 | foreach ($context['_seq'] as $context["_key"] => $context["exception"]) { |
399 | 479 | // line 130 |
400 | 480 | echo " <tr> |
@@ -404,7 +484,9 @@ discard block |
||
404 | 484 | echo "</td> |
405 | 485 | <td>"; |
406 | 486 | // line 132 |
407 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["exception"], 1, array(), "array"), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 132, $this->getSourceContext()); })())); |
|
487 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["exception"], 1, array(), "array"), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
488 | + { |
|
489 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 132, $this->getSourceContext()); })())); |
|
408 | 490 | echo "</td> |
409 | 491 | </tr> |
410 | 492 | "; |
@@ -418,14 +500,15 @@ discard block |
||
418 | 500 | } |
419 | 501 | |
420 | 502 | // line 138 |
421 | - public function block_see($context, array $blocks = array()) |
|
422 | - { |
|
503 | + public function block_see($context, array $blocks = array()) { |
|
423 | 504 | // line 139 |
424 | 505 | echo " <table class=\"table table-condensed\"> |
425 | 506 | "; |
426 | 507 | // line 140 |
427 | 508 | $context['_parent'] = $context; |
428 | - $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.', 140, $this->getSourceContext()); })()), "tags", array(0 => "see"), "method")); |
|
509 | + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
510 | + { |
|
511 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 140, $this->getSourceContext()); })()), "tags", array(0 => "see"), "method")); |
|
429 | 512 | foreach ($context['_seq'] as $context["_key"] => $context["tag"]) { |
430 | 513 | // line 141 |
431 | 514 | echo " <tr> |
@@ -449,14 +532,15 @@ discard block |
||
449 | 532 | } |
450 | 533 | |
451 | 534 | // line 149 |
452 | - public function block_constants($context, array $blocks = array()) |
|
453 | - { |
|
535 | + public function block_constants($context, array $blocks = array()) { |
|
454 | 536 | // line 150 |
455 | 537 | echo " <table class=\"table table-condensed\"> |
456 | 538 | "; |
457 | 539 | // line 151 |
458 | 540 | $context['_parent'] = $context; |
459 | - $context['_seq'] = twig_ensure_traversable((isset($context["constants"]) || array_key_exists("constants", $context) ? $context["constants"] : (function () { throw new Twig_Error_Runtime('Variable "constants" does not exist.', 151, $this->getSourceContext()); })())); |
|
541 | + $context['_seq'] = twig_ensure_traversable((isset($context["constants"]) || array_key_exists("constants", $context) ? $context["constants"] : (function () |
|
542 | + { |
|
543 | +throw new Twig_Error_Runtime('Variable "constants" does not exist.', 151, $this->getSourceContext()); })())); |
|
460 | 544 | foreach ($context['_seq'] as $context["_key"] => $context["constant"]) { |
461 | 545 | // line 152 |
462 | 546 | echo " <tr> |
@@ -467,11 +551,15 @@ discard block |
||
467 | 551 | <td class=\"last\"> |
468 | 552 | <p><em>"; |
469 | 553 | // line 155 |
470 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["constant"], "shortdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 155, $this->getSourceContext()); })())); |
|
554 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["constant"], "shortdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
555 | + { |
|
556 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 155, $this->getSourceContext()); })())); |
|
471 | 557 | echo "</em></p> |
472 | 558 | <p>"; |
473 | 559 | // line 156 |
474 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["constant"], "longdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 156, $this->getSourceContext()); })())); |
|
560 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["constant"], "longdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
561 | + { |
|
562 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 156, $this->getSourceContext()); })())); |
|
475 | 563 | echo "</p> |
476 | 564 | </td> |
477 | 565 | </tr> |
@@ -486,14 +574,15 @@ discard block |
||
486 | 574 | } |
487 | 575 | |
488 | 576 | // line 163 |
489 | - public function block_properties($context, array $blocks = array()) |
|
490 | - { |
|
577 | + public function block_properties($context, array $blocks = array()) { |
|
491 | 578 | // line 164 |
492 | 579 | echo " <table class=\"table table-condensed\"> |
493 | 580 | "; |
494 | 581 | // line 165 |
495 | 582 | $context['_parent'] = $context; |
496 | - $context['_seq'] = twig_ensure_traversable((isset($context["properties"]) || array_key_exists("properties", $context) ? $context["properties"] : (function () { throw new Twig_Error_Runtime('Variable "properties" does not exist.', 165, $this->getSourceContext()); })())); |
|
583 | + $context['_seq'] = twig_ensure_traversable((isset($context["properties"]) || array_key_exists("properties", $context) ? $context["properties"] : (function () |
|
584 | + { |
|
585 | +throw new Twig_Error_Runtime('Variable "properties" does not exist.', 165, $this->getSourceContext()); })())); |
|
497 | 586 | foreach ($context['_seq'] as $context["_key"] => $context["property"]) { |
498 | 587 | // line 166 |
499 | 588 | echo " <tr> |
@@ -527,11 +616,15 @@ discard block |
||
527 | 616 | echo "</td> |
528 | 617 | <td class=\"last\">"; |
529 | 618 | // line 174 |
530 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["property"], "shortdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 174, $this->getSourceContext()); })())); |
|
619 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["property"], "shortdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
620 | + { |
|
621 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 174, $this->getSourceContext()); })())); |
|
531 | 622 | echo "</td> |
532 | 623 | <td>"; |
533 | 624 | // line 176 |
534 | - if ( !(twig_get_attribute($this->env, $this->getSourceContext(), $context["property"], "class", array()) === (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 176, $this->getSourceContext()); })()))) { |
|
625 | + if ( !(twig_get_attribute($this->env, $this->getSourceContext(), $context["property"], "class", array()) === (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
626 | + { |
|
627 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 176, $this->getSourceContext()); })()))) { |
|
535 | 628 | // line 177 |
536 | 629 | echo "<small>from "; |
537 | 630 | echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_property_link($context["property"], false, true); |
@@ -551,14 +644,15 @@ discard block |
||
551 | 644 | } |
552 | 645 | |
553 | 646 | // line 185 |
554 | - public function block_methods($context, array $blocks = array()) |
|
555 | - { |
|
647 | + public function block_methods($context, array $blocks = array()) { |
|
556 | 648 | // line 186 |
557 | 649 | echo " <div class=\"container-fluid underlined\"> |
558 | 650 | "; |
559 | 651 | // line 187 |
560 | 652 | $context['_parent'] = $context; |
561 | - $context['_seq'] = twig_ensure_traversable((isset($context["methods"]) || array_key_exists("methods", $context) ? $context["methods"] : (function () { throw new Twig_Error_Runtime('Variable "methods" does not exist.', 187, $this->getSourceContext()); })())); |
|
653 | + $context['_seq'] = twig_ensure_traversable((isset($context["methods"]) || array_key_exists("methods", $context) ? $context["methods"] : (function () |
|
654 | + { |
|
655 | +throw new Twig_Error_Runtime('Variable "methods" does not exist.', 187, $this->getSourceContext()); })())); |
|
562 | 656 | $context['loop'] = array( |
563 | 657 | 'parent' => $context['_parent'], |
564 | 658 | 'index0' => 0, |
@@ -599,17 +693,22 @@ discard block |
||
599 | 693 | // line 195 |
600 | 694 | echo " <p class=\"no-description\">No description</p> |
601 | 695 | "; |
602 | - } else { |
|
696 | + } |
|
697 | + else { |
|
603 | 698 | // line 197 |
604 | 699 | echo " <p>"; |
605 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["method"], "shortdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 197, $this->getSourceContext()); })())); |
|
700 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["method"], "shortdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
701 | + { |
|
702 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 197, $this->getSourceContext()); })())); |
|
606 | 703 | echo "</p>"; |
607 | 704 | } |
608 | 705 | // line 199 |
609 | 706 | echo " </div> |
610 | 707 | <div class=\"col-md-2\">"; |
611 | 708 | // line 201 |
612 | - if ( !(twig_get_attribute($this->env, $this->getSourceContext(), $context["method"], "class", array()) === (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 201, $this->getSourceContext()); })()))) { |
|
709 | + if ( !(twig_get_attribute($this->env, $this->getSourceContext(), $context["method"], "class", array()) === (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
710 | + { |
|
711 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 201, $this->getSourceContext()); })()))) { |
|
613 | 712 | // line 202 |
614 | 713 | echo "<small>from "; |
615 | 714 | echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_method_link($context["method"], false, true); |
@@ -637,14 +736,15 @@ discard block |
||
637 | 736 | } |
638 | 737 | |
639 | 738 | // line 210 |
640 | - public function block_methods_details($context, array $blocks = array()) |
|
641 | - { |
|
739 | + public function block_methods_details($context, array $blocks = array()) { |
|
642 | 740 | // line 211 |
643 | 741 | echo " <div id=\"method-details\"> |
644 | 742 | "; |
645 | 743 | // line 212 |
646 | 744 | $context['_parent'] = $context; |
647 | - $context['_seq'] = twig_ensure_traversable((isset($context["methods"]) || array_key_exists("methods", $context) ? $context["methods"] : (function () { throw new Twig_Error_Runtime('Variable "methods" does not exist.', 212, $this->getSourceContext()); })())); |
|
745 | + $context['_seq'] = twig_ensure_traversable((isset($context["methods"]) || array_key_exists("methods", $context) ? $context["methods"] : (function () |
|
746 | + { |
|
747 | +throw new Twig_Error_Runtime('Variable "methods" does not exist.', 212, $this->getSourceContext()); })())); |
|
648 | 748 | $context['loop'] = array( |
649 | 749 | 'parent' => $context['_parent'], |
650 | 750 | 'index0' => 0, |
@@ -685,21 +785,30 @@ discard block |
||
685 | 785 | } |
686 | 786 | |
687 | 787 | // line 220 |
688 | - public function block_method($context, array $blocks = array()) |
|
689 | - { |
|
788 | + public function block_method($context, array $blocks = array()) { |
|
690 | 789 | // line 221 |
691 | 790 | echo " <h3 id=\"method_"; |
692 | - 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.', 221, $this->getSourceContext()); })()), "name", array()); |
|
791 | + echo twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
792 | + { |
|
793 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 221, $this->getSourceContext()); })()), "name", array()); |
|
693 | 794 | echo "\"> |
694 | 795 | <div class=\"location\">"; |
695 | 796 | // line 222 |
696 | - 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.', 222, $this->getSourceContext()); })()), "class", array()) === (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 222, $this->getSourceContext()); })()))) { |
|
797 | + if ( !(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
798 | + { |
|
799 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 222, $this->getSourceContext()); })()), "class", array()) === (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
800 | + { |
|
801 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 222, $this->getSourceContext()); })()))) { |
|
697 | 802 | echo "in "; |
698 | - echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_method_link((isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () { throw new Twig_Error_Runtime('Variable "method" does not exist.', 222, $this->getSourceContext()); })()), false, true); |
|
803 | + echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_method_link((isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
804 | + { |
|
805 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 222, $this->getSourceContext()); })()), false, true); |
|
699 | 806 | echo " "; |
700 | 807 | } |
701 | 808 | echo "at "; |
702 | - echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_method_source_link((isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () { throw new Twig_Error_Runtime('Variable "method" does not exist.', 222, $this->getSourceContext()); })())); |
|
809 | + echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_method_source_link((isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
810 | + { |
|
811 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 222, $this->getSourceContext()); })())); |
|
703 | 812 | echo "</div> |
704 | 813 | <code>"; |
705 | 814 | // line 223 |
@@ -709,35 +818,58 @@ discard block |
||
709 | 818 | <div class=\"details\"> |
710 | 819 | "; |
711 | 820 | // line 226 |
712 | - echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_deprecations((isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () { throw new Twig_Error_Runtime('Variable "method" does not exist.', 226, $this->getSourceContext()); })())); |
|
821 | + echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_deprecations((isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
822 | + { |
|
823 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 226, $this->getSourceContext()); })())); |
|
713 | 824 | echo " |
714 | 825 | |
715 | 826 | "; |
716 | 827 | // line 228 |
717 | - 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.', 228, $this->getSourceContext()); })()), "shortdesc", array()) || 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.', 228, $this->getSourceContext()); })()), "longdesc", array()))) { |
|
828 | + if ((twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
829 | + { |
|
830 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 228, $this->getSourceContext()); })()), "shortdesc", array()) || twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
831 | + { |
|
832 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 228, $this->getSourceContext()); })()), "longdesc", array()))) { |
|
718 | 833 | // line 229 |
719 | 834 | echo " <div class=\"method-description\"> |
720 | 835 | "; |
721 | 836 | // line 230 |
722 | - 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.', 230, $this->getSourceContext()); })()), "shortdesc", array()) && !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.', 230, $this->getSourceContext()); })()), "longdesc", array()))) { |
|
837 | + if (( !twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
838 | + { |
|
839 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 230, $this->getSourceContext()); })()), "shortdesc", array()) && !twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
840 | + { |
|
841 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 230, $this->getSourceContext()); })()), "longdesc", array()))) { |
|
723 | 842 | // line 231 |
724 | 843 | echo " <p class=\"no-description\">No description</p> |
725 | 844 | "; |
726 | - } else { |
|
845 | + } |
|
846 | + else { |
|
727 | 847 | // line 233 |
728 | 848 | echo " "; |
729 | - 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.', 233, $this->getSourceContext()); })()), "shortdesc", array())) { |
|
849 | + if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
850 | + { |
|
851 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 233, $this->getSourceContext()); })()), "shortdesc", array())) { |
|
730 | 852 | // line 234 |
731 | 853 | echo "<p>"; |
732 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, 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.', 234, $this->getSourceContext()); })()), "shortdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 234, $this->getSourceContext()); })())); |
|
854 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
855 | + { |
|
856 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 234, $this->getSourceContext()); })()), "shortdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
857 | + { |
|
858 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 234, $this->getSourceContext()); })())); |
|
733 | 859 | echo "</p>"; |
734 | 860 | } |
735 | 861 | // line 236 |
736 | 862 | echo " "; |
737 | - 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.', 236, $this->getSourceContext()); })()), "longdesc", array())) { |
|
863 | + if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
864 | + { |
|
865 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 236, $this->getSourceContext()); })()), "longdesc", array())) { |
|
738 | 866 | // line 237 |
739 | 867 | echo "<p>"; |
740 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, 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.', 237, $this->getSourceContext()); })()), "longdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 237, $this->getSourceContext()); })())); |
|
868 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
869 | + { |
|
870 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 237, $this->getSourceContext()); })()), "longdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
871 | + { |
|
872 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 237, $this->getSourceContext()); })())); |
|
741 | 873 | echo "</p>"; |
742 | 874 | } |
743 | 875 | } |
@@ -749,7 +881,9 @@ discard block |
||
749 | 881 | echo " <div class=\"tags\"> |
750 | 882 | "; |
751 | 883 | // line 243 |
752 | - 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.', 243, $this->getSourceContext()); })()), "parameters", array())) { |
|
884 | + if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
885 | + { |
|
886 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 243, $this->getSourceContext()); })()), "parameters", array())) { |
|
753 | 887 | // line 244 |
754 | 888 | echo " <h4>Parameters</h4> |
755 | 889 | |
@@ -763,7 +897,11 @@ discard block |
||
763 | 897 | echo " |
764 | 898 | "; |
765 | 899 | // line 249 |
766 | - 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.', 249, $this->getSourceContext()); })()), "hintDesc", array()) || 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.', 249, $this->getSourceContext()); })()), "hint", array()))) { |
|
900 | + if ((twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
901 | + { |
|
902 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 249, $this->getSourceContext()); })()), "hintDesc", array()) || twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
903 | + { |
|
904 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 249, $this->getSourceContext()); })()), "hint", array()))) { |
|
767 | 905 | // line 250 |
768 | 906 | echo " <h4>Return Value</h4> |
769 | 907 | |
@@ -777,7 +915,9 @@ discard block |
||
777 | 915 | echo " |
778 | 916 | "; |
779 | 917 | // line 255 |
780 | - 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.', 255, $this->getSourceContext()); })()), "exceptions", array())) { |
|
918 | + if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
919 | + { |
|
920 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 255, $this->getSourceContext()); })()), "exceptions", array())) { |
|
781 | 921 | // line 256 |
782 | 922 | echo " <h4>Exceptions</h4> |
783 | 923 | |
@@ -791,7 +931,9 @@ discard block |
||
791 | 931 | echo " |
792 | 932 | "; |
793 | 933 | // line 261 |
794 | - 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.', 261, $this->getSourceContext()); })()), "tags", array(0 => "see"), "method")) { |
|
934 | + if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
935 | + { |
|
936 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 261, $this->getSourceContext()); })()), "tags", array(0 => "see"), "method")) { |
|
795 | 937 | // line 262 |
796 | 938 | echo " <h4>See also</h4> |
797 | 939 | |
@@ -807,23 +949,19 @@ discard block |
||
807 | 949 | "; |
808 | 950 | } |
809 | 951 | |
810 | - public function getTemplateName() |
|
811 | - { |
|
952 | + public function getTemplateName() { |
|
812 | 953 | return "class.twig"; |
813 | 954 | } |
814 | 955 | |
815 | - public function isTraitable() |
|
816 | - { |
|
956 | + public function isTraitable() { |
|
817 | 957 | return false; |
818 | 958 | } |
819 | 959 | |
820 | - public function getDebugInfo() |
|
821 | - { |
|
960 | + public function getDebugInfo() { |
|
822 | 961 | return array ( 805 => 266, 800 => 264, 796 => 262, 794 => 261, 791 => 260, 786 => 258, 782 => 256, 780 => 255, 777 => 254, 772 => 252, 768 => 250, 766 => 249, 763 => 248, 758 => 246, 754 => 244, 752 => 243, 749 => 242, 745 => 240, 739 => 237, 736 => 236, 731 => 234, 728 => 233, 724 => 231, 722 => 230, 719 => 229, 717 => 228, 712 => 226, 706 => 223, 696 => 222, 691 => 221, 688 => 220, 683 => 217, 666 => 214, 663 => 213, 646 => 212, 643 => 211, 640 => 210, 635 => 207, 619 => 204, 614 => 202, 612 => 201, 609 => 199, 604 => 197, 600 => 195, 598 => 194, 590 => 193, 581 => 190, 577 => 188, 560 => 187, 557 => 186, 554 => 185, 549 => 182, 541 => 179, 536 => 177, 534 => 176, 530 => 174, 526 => 173, 520 => 171, 515 => 170, 510 => 169, 506 => 168, 502 => 167, 499 => 166, 495 => 165, 492 => 164, 489 => 163, 484 => 160, 474 => 156, 470 => 155, 465 => 153, 462 => 152, 458 => 151, 455 => 150, 452 => 149, 447 => 146, 438 => 143, 434 => 142, 431 => 141, 427 => 140, 424 => 139, 421 => 138, 416 => 135, 407 => 132, 403 => 131, 400 => 130, 396 => 129, 393 => 128, 390 => 127, 382 => 122, 378 => 121, 374 => 119, 371 => 118, 366 => 115, 357 => 112, 353 => 111, 347 => 110, 344 => 109, 340 => 108, 337 => 107, 334 => 106, 330 => 103, 326 => 102, 324 => 101, 321 => 100, 315 => 97, 310 => 96, 305 => 95, 300 => 94, 295 => 93, 290 => 92, 286 => 91, 283 => 90, 277 => 87, 260 => 84, 258 => 83, 241 => 82, 238 => 81, 236 => 80, 232 => 78, 230 => 77, 227 => 76, 222 => 75, 218 => 74, 215 => 73, 210 => 70, 205 => 68, 198 => 64, 194 => 62, 192 => 61, 189 => 60, 184 => 58, 180 => 56, 178 => 55, 175 => 54, 170 => 52, 166 => 50, 164 => 49, 161 => 48, 156 => 46, 152 => 44, 150 => 43, 147 => 42, 143 => 40, 138 => 38, 135 => 37, 130 => 35, 128 => 34, 125 => 33, 123 => 32, 118 => 30, 113 => 28, 106 => 24, 102 => 23, 97 => 20, 94 => 19, 85 => 13, 81 => 12, 77 => 11, 73 => 9, 70 => 8, 67 => 7, 61 => 5, 55 => 4, 47 => 3, 43 => 1, 41 => 2, 11 => 1,); |
823 | 962 | } |
824 | 963 | |
825 | - public function getSourceContext() |
|
826 | - { |
|
964 | + public function getSourceContext() { |
|
827 | 965 | return new Twig_Source("{% extends \"layout/layout.twig\" %} |
828 | 966 | {% from \"macros.twig\" import render_classes, breadcrumbs, namespace_link, class_link, property_link, method_link, hint_link, source_link, method_source_link, deprecated, deprecations %} |
829 | 967 | {% block title %}{{ class|raw }} | {{ parent() }}{% endblock %} |
@@ -60,7 +60,7 @@ discard block |
||
60 | 60 | // line 5 |
61 | 61 | public function block_page_id($context, array $blocks = array()) |
62 | 62 | { |
63 | - echo twig_escape_filter($this->env, ("class:" . 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.', 5, $this->getSourceContext()); })()), "name", array()), array("\\" => "_"))), "html", null, true); |
|
63 | + echo twig_escape_filter($this->env, ("class:" . 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.', 5, $this->getSourceContext()); })()), "name", array()), array("\\" => "_"))), "html", NULL, TRUE); |
|
64 | 64 | } |
65 | 65 | |
66 | 66 | // line 7 |
@@ -244,7 +244,7 @@ discard block |
||
244 | 244 | 'parent' => $context['_parent'], |
245 | 245 | 'index0' => 0, |
246 | 246 | 'index' => 1, |
247 | - 'first' => true, |
|
247 | + 'first' => TRUE, |
|
248 | 248 | ); |
249 | 249 | if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof Countable)) { |
250 | 250 | $length = count($context['_seq']); |
@@ -262,7 +262,7 @@ discard block |
||
262 | 262 | } |
263 | 263 | ++$context['loop']['index0']; |
264 | 264 | ++$context['loop']['index']; |
265 | - $context['loop']['first'] = false; |
|
265 | + $context['loop']['first'] = FALSE; |
|
266 | 266 | if (isset($context['loop']['length'])) { |
267 | 267 | --$context['loop']['revindex0']; |
268 | 268 | --$context['loop']['revindex']; |
@@ -435,7 +435,7 @@ discard block |
||
435 | 435 | echo "</td> |
436 | 436 | <td>"; |
437 | 437 | // line 143 |
438 | - echo twig_join_filter(twig_slice($this->env, $context["tag"], 1, null), " "); |
|
438 | + echo twig_join_filter(twig_slice($this->env, $context["tag"], 1, NULL), " "); |
|
439 | 439 | echo "</td> |
440 | 440 | </tr> |
441 | 441 | "; |
@@ -534,7 +534,7 @@ discard block |
||
534 | 534 | if ( !(twig_get_attribute($this->env, $this->getSourceContext(), $context["property"], "class", array()) === (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 176, $this->getSourceContext()); })()))) { |
535 | 535 | // line 177 |
536 | 536 | echo "<small>from "; |
537 | - echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_property_link($context["property"], false, true); |
|
537 | + echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_property_link($context["property"], FALSE, TRUE); |
|
538 | 538 | echo "</small>"; |
539 | 539 | } |
540 | 540 | // line 179 |
@@ -563,7 +563,7 @@ discard block |
||
563 | 563 | 'parent' => $context['_parent'], |
564 | 564 | 'index0' => 0, |
565 | 565 | 'index' => 1, |
566 | - 'first' => true, |
|
566 | + 'first' => TRUE, |
|
567 | 567 | ); |
568 | 568 | if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof Countable)) { |
569 | 569 | $length = count($context['_seq']); |
@@ -612,7 +612,7 @@ discard block |
||
612 | 612 | if ( !(twig_get_attribute($this->env, $this->getSourceContext(), $context["method"], "class", array()) === (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 201, $this->getSourceContext()); })()))) { |
613 | 613 | // line 202 |
614 | 614 | echo "<small>from "; |
615 | - echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_method_link($context["method"], false, true); |
|
615 | + echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_method_link($context["method"], FALSE, TRUE); |
|
616 | 616 | echo "</small>"; |
617 | 617 | } |
618 | 618 | // line 204 |
@@ -621,7 +621,7 @@ discard block |
||
621 | 621 | "; |
622 | 622 | ++$context['loop']['index0']; |
623 | 623 | ++$context['loop']['index']; |
624 | - $context['loop']['first'] = false; |
|
624 | + $context['loop']['first'] = FALSE; |
|
625 | 625 | if (isset($context['loop']['length'])) { |
626 | 626 | --$context['loop']['revindex0']; |
627 | 627 | --$context['loop']['revindex']; |
@@ -649,7 +649,7 @@ discard block |
||
649 | 649 | 'parent' => $context['_parent'], |
650 | 650 | 'index0' => 0, |
651 | 651 | 'index' => 1, |
652 | - 'first' => true, |
|
652 | + 'first' => TRUE, |
|
653 | 653 | ); |
654 | 654 | if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof Countable)) { |
655 | 655 | $length = count($context['_seq']); |
@@ -669,7 +669,7 @@ discard block |
||
669 | 669 | "; |
670 | 670 | ++$context['loop']['index0']; |
671 | 671 | ++$context['loop']['index']; |
672 | - $context['loop']['first'] = false; |
|
672 | + $context['loop']['first'] = FALSE; |
|
673 | 673 | if (isset($context['loop']['length'])) { |
674 | 674 | --$context['loop']['revindex0']; |
675 | 675 | --$context['loop']['revindex']; |
@@ -695,7 +695,7 @@ discard block |
||
695 | 695 | // line 222 |
696 | 696 | 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.', 222, $this->getSourceContext()); })()), "class", array()) === (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 222, $this->getSourceContext()); })()))) { |
697 | 697 | echo "in "; |
698 | - echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_method_link((isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () { throw new Twig_Error_Runtime('Variable "method" does not exist.', 222, $this->getSourceContext()); })()), false, true); |
|
698 | + echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_method_link((isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () { throw new Twig_Error_Runtime('Variable "method" does not exist.', 222, $this->getSourceContext()); })()), FALSE, TRUE); |
|
699 | 699 | echo " "; |
700 | 700 | } |
701 | 701 | echo "at "; |
@@ -814,7 +814,7 @@ discard block |
||
814 | 814 | |
815 | 815 | public function isTraitable() |
816 | 816 | { |
817 | - return false; |
|
817 | + return FALSE; |
|
818 | 818 | } |
819 | 819 | |
820 | 820 | public function getDebugInfo() |
@@ -49,7 +49,7 @@ discard block |
||
49 | 49 | |
50 | 50 | "; |
51 | 51 | // line 10 |
52 | - if ((isset($context["namespaces"]) || array_key_exists("namespaces", $context) ? $context["namespaces"] : (function () { throw new Twig_Error_Runtime('Variable "namespaces" does not exist.', 10, $this->getSourceContext()); })())) { |
|
52 | + if ((isset($context["namespaces"]) || array_key_exists("namespaces", $context) ? $context["namespaces"] : (function() { throw new Twig_Error_Runtime('Variable "namespaces" does not exist.', 10, $this->getSourceContext()); })())) { |
|
53 | 53 | // line 11 |
54 | 54 | echo " <div class=\"namespaces clearfix\"> |
55 | 55 | "; |
@@ -58,29 +58,29 @@ discard block |
||
58 | 58 | // line 13 |
59 | 59 | echo " "; |
60 | 60 | $context['_parent'] = $context; |
61 | - $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.', 13, $this->getSourceContext()); })())); |
|
61 | + $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.', 13, $this->getSourceContext()); })())); |
|
62 | 62 | foreach ($context['_seq'] as $context["_key"] => $context["namespace"]) { |
63 | 63 | // line 14 |
64 | 64 | echo " "; |
65 | 65 | $context["top_level"] = twig_first($this->env, twig_split_filter($this->env, $context["namespace"], "\\")); |
66 | 66 | // line 15 |
67 | 67 | echo " "; |
68 | - if (((isset($context["top_level"]) || array_key_exists("top_level", $context) ? $context["top_level"] : (function () { throw new Twig_Error_Runtime('Variable "top_level" does not exist.', 15, $this->getSourceContext()); })()) != (isset($context["last_name"]) || array_key_exists("last_name", $context) ? $context["last_name"] : (function () { throw new Twig_Error_Runtime('Variable "last_name" does not exist.', 15, $this->getSourceContext()); })()))) { |
|
68 | + if (((isset($context["top_level"]) || array_key_exists("top_level", $context) ? $context["top_level"] : (function() { throw new Twig_Error_Runtime('Variable "top_level" does not exist.', 15, $this->getSourceContext()); })()) != (isset($context["last_name"]) || array_key_exists("last_name", $context) ? $context["last_name"] : (function() { throw new Twig_Error_Runtime('Variable "last_name" does not exist.', 15, $this->getSourceContext()); })()))) { |
|
69 | 69 | // line 16 |
70 | 70 | echo " "; |
71 | - if ((isset($context["last_name"]) || array_key_exists("last_name", $context) ? $context["last_name"] : (function () { throw new Twig_Error_Runtime('Variable "last_name" does not exist.', 16, $this->getSourceContext()); })())) { |
|
71 | + if ((isset($context["last_name"]) || array_key_exists("last_name", $context) ? $context["last_name"] : (function() { throw new Twig_Error_Runtime('Variable "last_name" does not exist.', 16, $this->getSourceContext()); })())) { |
|
72 | 72 | echo "</ul></div>"; |
73 | 73 | } |
74 | 74 | // line 17 |
75 | 75 | echo " <div class=\"namespace-container\"> |
76 | 76 | <h2>"; |
77 | 77 | // line 18 |
78 | - echo (isset($context["top_level"]) || array_key_exists("top_level", $context) ? $context["top_level"] : (function () { throw new Twig_Error_Runtime('Variable "top_level" does not exist.', 18, $this->getSourceContext()); })()); |
|
78 | + echo (isset($context["top_level"]) || array_key_exists("top_level", $context) ? $context["top_level"] : (function() { throw new Twig_Error_Runtime('Variable "top_level" does not exist.', 18, $this->getSourceContext()); })()); |
|
79 | 79 | echo "</h2> |
80 | 80 | <ul> |
81 | 81 | "; |
82 | 82 | // line 20 |
83 | - $context["last_name"] = (isset($context["top_level"]) || array_key_exists("top_level", $context) ? $context["top_level"] : (function () { throw new Twig_Error_Runtime('Variable "top_level" does not exist.', 20, $this->getSourceContext()); })()); |
|
83 | + $context["last_name"] = (isset($context["top_level"]) || array_key_exists("top_level", $context) ? $context["top_level"] : (function() { throw new Twig_Error_Runtime('Variable "top_level" does not exist.', 20, $this->getSourceContext()); })()); |
|
84 | 84 | // line 21 |
85 | 85 | echo " "; |
86 | 86 | } |
@@ -118,7 +118,7 @@ discard block |
||
118 | 118 | |
119 | 119 | public function getDebugInfo() |
120 | 120 | { |
121 | - return array ( 105 => 28, 99 => 24, 88 => 22, 85 => 21, 83 => 20, 78 => 18, 75 => 17, 70 => 16, 67 => 15, 64 => 14, 59 => 13, 57 => 12, 54 => 11, 52 => 10, 46 => 6, 43 => 5, 37 => 3, 30 => 2, 11 => 1,); |
|
121 | + return array(105 => 28, 99 => 24, 88 => 22, 85 => 21, 83 => 20, 78 => 18, 75 => 17, 70 => 16, 67 => 15, 64 => 14, 59 => 13, 57 => 12, 54 => 11, 52 => 10, 46 => 6, 43 => 5, 37 => 3, 30 => 2, 11 => 1,); |
|
122 | 122 | } |
123 | 123 | |
124 | 124 | public function getSourceContext() |
@@ -3,8 +3,7 @@ discard block |
||
3 | 3 | /* namespaces.twig */ |
4 | 4 | class __TwigTemplate_7b8f7f2f528d58b505743fb65d39227a6a06db1375e25a34ce46d4e331f6e74c extends Twig_Template |
5 | 5 | { |
6 | - public function __construct(Twig_Environment $env) |
|
7 | - { |
|
6 | + public function __construct(Twig_Environment $env) { |
|
8 | 7 | parent::__construct($env); |
9 | 8 | |
10 | 9 | // line 1 |
@@ -16,32 +15,27 @@ discard block |
||
16 | 15 | ); |
17 | 16 | } |
18 | 17 | |
19 | - protected function doGetParent(array $context) |
|
20 | - { |
|
18 | + protected function doGetParent(array $context) { |
|
21 | 19 | return "layout/layout.twig"; |
22 | 20 | } |
23 | 21 | |
24 | - protected function doDisplay(array $context, array $blocks = array()) |
|
25 | - { |
|
22 | + protected function doDisplay(array $context, array $blocks = array()) { |
|
26 | 23 | $this->parent->display($context, array_merge($this->blocks, $blocks)); |
27 | 24 | } |
28 | 25 | |
29 | 26 | // line 2 |
30 | - public function block_title($context, array $blocks = array()) |
|
31 | - { |
|
27 | + public function block_title($context, array $blocks = array()) { |
|
32 | 28 | echo "Namespaces | "; |
33 | 29 | $this->displayParentBlock("title", $context, $blocks); |
34 | 30 | } |
35 | 31 | |
36 | 32 | // line 3 |
37 | - public function block_body_class($context, array $blocks = array()) |
|
38 | - { |
|
33 | + public function block_body_class($context, array $blocks = array()) { |
|
39 | 34 | echo "namespaces"; |
40 | 35 | } |
41 | 36 | |
42 | 37 | // line 5 |
43 | - public function block_page_content($context, array $blocks = array()) |
|
44 | - { |
|
38 | + public function block_page_content($context, array $blocks = array()) { |
|
45 | 39 | // line 6 |
46 | 40 | echo " <div class=\"page-header\"> |
47 | 41 | <h1>Namespaces</h1> |
@@ -49,7 +43,9 @@ discard block |
||
49 | 43 | |
50 | 44 | "; |
51 | 45 | // line 10 |
52 | - if ((isset($context["namespaces"]) || array_key_exists("namespaces", $context) ? $context["namespaces"] : (function () { throw new Twig_Error_Runtime('Variable "namespaces" does not exist.', 10, $this->getSourceContext()); })())) { |
|
46 | + if ((isset($context["namespaces"]) || array_key_exists("namespaces", $context) ? $context["namespaces"] : (function () |
|
47 | + { |
|
48 | +throw new Twig_Error_Runtime('Variable "namespaces" does not exist.', 10, $this->getSourceContext()); })())) { |
|
53 | 49 | // line 11 |
54 | 50 | echo " <div class=\"namespaces clearfix\"> |
55 | 51 | "; |
@@ -58,29 +54,41 @@ discard block |
||
58 | 54 | // line 13 |
59 | 55 | echo " "; |
60 | 56 | $context['_parent'] = $context; |
61 | - $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.', 13, $this->getSourceContext()); })())); |
|
57 | + $context['_seq'] = twig_ensure_traversable((isset($context["namespaces"]) || array_key_exists("namespaces", $context) ? $context["namespaces"] : (function () |
|
58 | + { |
|
59 | +throw new Twig_Error_Runtime('Variable "namespaces" does not exist.', 13, $this->getSourceContext()); })())); |
|
62 | 60 | foreach ($context['_seq'] as $context["_key"] => $context["namespace"]) { |
63 | 61 | // line 14 |
64 | 62 | echo " "; |
65 | 63 | $context["top_level"] = twig_first($this->env, twig_split_filter($this->env, $context["namespace"], "\\")); |
66 | 64 | // line 15 |
67 | 65 | echo " "; |
68 | - if (((isset($context["top_level"]) || array_key_exists("top_level", $context) ? $context["top_level"] : (function () { throw new Twig_Error_Runtime('Variable "top_level" does not exist.', 15, $this->getSourceContext()); })()) != (isset($context["last_name"]) || array_key_exists("last_name", $context) ? $context["last_name"] : (function () { throw new Twig_Error_Runtime('Variable "last_name" does not exist.', 15, $this->getSourceContext()); })()))) { |
|
66 | + if (((isset($context["top_level"]) || array_key_exists("top_level", $context) ? $context["top_level"] : (function () |
|
67 | + { |
|
68 | +throw new Twig_Error_Runtime('Variable "top_level" does not exist.', 15, $this->getSourceContext()); })()) != (isset($context["last_name"]) || array_key_exists("last_name", $context) ? $context["last_name"] : (function () |
|
69 | + { |
|
70 | +throw new Twig_Error_Runtime('Variable "last_name" does not exist.', 15, $this->getSourceContext()); })()))) { |
|
69 | 71 | // line 16 |
70 | 72 | echo " "; |
71 | - if ((isset($context["last_name"]) || array_key_exists("last_name", $context) ? $context["last_name"] : (function () { throw new Twig_Error_Runtime('Variable "last_name" does not exist.', 16, $this->getSourceContext()); })())) { |
|
73 | + if ((isset($context["last_name"]) || array_key_exists("last_name", $context) ? $context["last_name"] : (function () |
|
74 | + { |
|
75 | +throw new Twig_Error_Runtime('Variable "last_name" does not exist.', 16, $this->getSourceContext()); })())) { |
|
72 | 76 | echo "</ul></div>"; |
73 | 77 | } |
74 | 78 | // line 17 |
75 | 79 | echo " <div class=\"namespace-container\"> |
76 | 80 | <h2>"; |
77 | 81 | // line 18 |
78 | - echo (isset($context["top_level"]) || array_key_exists("top_level", $context) ? $context["top_level"] : (function () { throw new Twig_Error_Runtime('Variable "top_level" does not exist.', 18, $this->getSourceContext()); })()); |
|
82 | + echo (isset($context["top_level"]) || array_key_exists("top_level", $context) ? $context["top_level"] : (function () |
|
83 | + { |
|
84 | +throw new Twig_Error_Runtime('Variable "top_level" does not exist.', 18, $this->getSourceContext()); })()); |
|
79 | 85 | echo "</h2> |
80 | 86 | <ul> |
81 | 87 | "; |
82 | 88 | // line 20 |
83 | - $context["last_name"] = (isset($context["top_level"]) || array_key_exists("top_level", $context) ? $context["top_level"] : (function () { throw new Twig_Error_Runtime('Variable "top_level" does not exist.', 20, $this->getSourceContext()); })()); |
|
89 | + $context["last_name"] = (isset($context["top_level"]) || array_key_exists("top_level", $context) ? $context["top_level"] : (function () |
|
90 | + { |
|
91 | +throw new Twig_Error_Runtime('Variable "top_level" does not exist.', 20, $this->getSourceContext()); })()); |
|
84 | 92 | // line 21 |
85 | 93 | echo " "; |
86 | 94 | } |
@@ -106,23 +114,19 @@ discard block |
||
106 | 114 | "; |
107 | 115 | } |
108 | 116 | |
109 | - public function getTemplateName() |
|
110 | - { |
|
117 | + public function getTemplateName() { |
|
111 | 118 | return "namespaces.twig"; |
112 | 119 | } |
113 | 120 | |
114 | - public function isTraitable() |
|
115 | - { |
|
121 | + public function isTraitable() { |
|
116 | 122 | return false; |
117 | 123 | } |
118 | 124 | |
119 | - public function getDebugInfo() |
|
120 | - { |
|
125 | + public function getDebugInfo() { |
|
121 | 126 | return array ( 105 => 28, 99 => 24, 88 => 22, 85 => 21, 83 => 20, 78 => 18, 75 => 17, 70 => 16, 67 => 15, 64 => 14, 59 => 13, 57 => 12, 54 => 11, 52 => 10, 46 => 6, 43 => 5, 37 => 3, 30 => 2, 11 => 1,); |
122 | 127 | } |
123 | 128 | |
124 | - public function getSourceContext() |
|
125 | - { |
|
129 | + public function getSourceContext() { |
|
126 | 130 | return new Twig_Source("{% extends \"layout/layout.twig\" %} |
127 | 131 | {% block title %}Namespaces | {{ parent() }}{% endblock %} |
128 | 132 | {% block body_class 'namespaces' %} |
@@ -113,7 +113,7 @@ |
||
113 | 113 | |
114 | 114 | public function isTraitable() |
115 | 115 | { |
116 | - return false; |
|
116 | + return FALSE; |
|
117 | 117 | } |
118 | 118 | |
119 | 119 | public function getDebugInfo() |
@@ -153,7 +153,7 @@ |
||
153 | 153 | |
154 | 154 | public function getDebugInfo() |
155 | 155 | { |
156 | - return array ( 89 => 36, 86 => 35, 79 => 31, 62 => 17, 50 => 7, 47 => 6, 41 => 4, 34 => 3, 30 => 1, 28 => 2, 11 => 1,); |
|
156 | + return array(89 => 36, 86 => 35, 79 => 31, 62 => 17, 50 => 7, 47 => 6, 41 => 4, 34 => 3, 30 => 1, 28 => 2, 11 => 1,); |
|
157 | 157 | } |
158 | 158 | |
159 | 159 | public function getSourceContext() |
@@ -3,8 +3,7 @@ discard block |
||
3 | 3 | /* search.twig */ |
4 | 4 | class __TwigTemplate_20bba254f5e2d1957ac85951a7e76ac1976eea949cce130b8fcfd9472c36fcd5 extends Twig_Template |
5 | 5 | { |
6 | - public function __construct(Twig_Environment $env) |
|
7 | - { |
|
6 | + public function __construct(Twig_Environment $env) { |
|
8 | 7 | parent::__construct($env); |
9 | 8 | |
10 | 9 | // line 1 |
@@ -17,13 +16,11 @@ discard block |
||
17 | 16 | ); |
18 | 17 | } |
19 | 18 | |
20 | - protected function doGetParent(array $context) |
|
21 | - { |
|
19 | + protected function doGetParent(array $context) { |
|
22 | 20 | return "layout/layout.twig"; |
23 | 21 | } |
24 | 22 | |
25 | - protected function doDisplay(array $context, array $blocks = array()) |
|
26 | - { |
|
23 | + protected function doDisplay(array $context, array $blocks = array()) { |
|
27 | 24 | // line 2 |
28 | 25 | $context["__internal_247206b2fb6c306c9cc662623e904e86fc4aa269da835e7e4875c7b0babdbb68"] = $this->loadTemplate("macros.twig", "search.twig", 2); |
29 | 26 | // line 1 |
@@ -31,21 +28,18 @@ discard block |
||
31 | 28 | } |
32 | 29 | |
33 | 30 | // line 3 |
34 | - public function block_title($context, array $blocks = array()) |
|
35 | - { |
|
31 | + public function block_title($context, array $blocks = array()) { |
|
36 | 32 | echo "Search | "; |
37 | 33 | $this->displayParentBlock("title", $context, $blocks); |
38 | 34 | } |
39 | 35 | |
40 | 36 | // line 4 |
41 | - public function block_body_class($context, array $blocks = array()) |
|
42 | - { |
|
37 | + public function block_body_class($context, array $blocks = array()) { |
|
43 | 38 | echo "search-page"; |
44 | 39 | } |
45 | 40 | |
46 | 41 | // line 6 |
47 | - public function block_page_content($context, array $blocks = array()) |
|
48 | - { |
|
42 | + public function block_page_content($context, array $blocks = array()) { |
|
49 | 43 | // line 7 |
50 | 44 | echo " |
51 | 45 | <div class=\"page-header\"> |
@@ -83,8 +77,7 @@ discard block |
||
83 | 77 | } |
84 | 78 | |
85 | 79 | // line 35 |
86 | - public function block_js_search($context, array $blocks = array()) |
|
87 | - { |
|
80 | + public function block_js_search($context, array $blocks = array()) { |
|
88 | 81 | // line 36 |
89 | 82 | echo " <script type=\"text/javascript\"> |
90 | 83 | |
@@ -141,23 +134,19 @@ discard block |
||
141 | 134 | "; |
142 | 135 | } |
143 | 136 | |
144 | - public function getTemplateName() |
|
145 | - { |
|
137 | + public function getTemplateName() { |
|
146 | 138 | return "search.twig"; |
147 | 139 | } |
148 | 140 | |
149 | - public function isTraitable() |
|
150 | - { |
|
141 | + public function isTraitable() { |
|
151 | 142 | return false; |
152 | 143 | } |
153 | 144 | |
154 | - public function getDebugInfo() |
|
155 | - { |
|
145 | + public function getDebugInfo() { |
|
156 | 146 | return array ( 89 => 36, 86 => 35, 79 => 31, 62 => 17, 50 => 7, 47 => 6, 41 => 4, 34 => 3, 30 => 1, 28 => 2, 11 => 1,); |
157 | 147 | } |
158 | 148 | |
159 | - public function getSourceContext() |
|
160 | - { |
|
149 | + public function getSourceContext() { |
|
161 | 150 | return new Twig_Source("{% extends \"layout/layout.twig\" %} |
162 | 151 | {% from \"macros.twig\" import class_link, namespace_link, method_link, property_link %} |
163 | 152 | {% block title %}Search | {{ parent() }}{% endblock %} |
@@ -59,7 +59,7 @@ discard block |
||
59 | 59 | |
60 | 60 | <form class=\"form-inline\" role=\"form\" action=\""; |
61 | 61 | // line 17 |
62 | - echo twig_escape_filter($this->env, $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForStaticFile($context, "search.html"), "html", null, true); |
|
62 | + echo twig_escape_filter($this->env, $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForStaticFile($context, "search.html"), "html", NULL, TRUE); |
|
63 | 63 | echo "\" method=\"GET\"> |
64 | 64 | <div class=\"form-group\"> |
65 | 65 | <label class=\"sr-only\" for=\"search\">Search</label> |
@@ -148,7 +148,7 @@ discard block |
||
148 | 148 | |
149 | 149 | public function isTraitable() |
150 | 150 | { |
151 | - return false; |
|
151 | + return FALSE; |
|
152 | 152 | } |
153 | 153 | |
154 | 154 | public function getDebugInfo() |
@@ -16,38 +16,38 @@ discard block |
||
16 | 16 | protected function doDisplay(array $context, array $blocks = array()) |
17 | 17 | { |
18 | 18 | // line 1 |
19 | - 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.', 1, $this->getSourceContext()); })()), "config", array(0 => "base_url"), "method")) { |
|
19 | + 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.', 1, $this->getSourceContext()); })()), "config", array(0 => "base_url"), "method")) { |
|
20 | 20 | // line 2 |
21 | 21 | echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?> |
22 | 22 | <OpenSearchDescription xmlns=\"http://a9.com/-/spec/opensearch/1.1/\" xmlns:referrer=\"http://a9.com/-/opensearch/extensions/referrer/\"> |
23 | 23 | <ShortName>"; |
24 | 24 | // line 4 |
25 | - 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.', 4, $this->getSourceContext()); })()), "config", array(0 => "title"), "method"), "html", null, true); |
|
25 | + 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.', 4, $this->getSourceContext()); })()), "config", array(0 => "title"), "method"), "html", null, true); |
|
26 | 26 | echo " ("; |
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.', 4, $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.', 4, $this->getSourceContext()); })()), "version", array()), "html", null, true); |
|
28 | 28 | echo ")</ShortName> |
29 | 29 | <Description>Searches "; |
30 | 30 | // line 5 |
31 | - 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.', 5, $this->getSourceContext()); })()), "config", array(0 => "title"), "method"), "html", null, true); |
|
31 | + 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.', 5, $this->getSourceContext()); })()), "config", array(0 => "title"), "method"), "html", null, true); |
|
32 | 32 | echo " ("; |
33 | - 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.', 5, $this->getSourceContext()); })()), "version", array()), "html", null, true); |
|
33 | + 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.', 5, $this->getSourceContext()); })()), "version", array()), "html", null, true); |
|
34 | 34 | echo ")</Description> |
35 | 35 | <Tags>"; |
36 | 36 | // line 6 |
37 | - 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.', 6, $this->getSourceContext()); })()), "config", array(0 => "title"), "method"), "html", null, true); |
|
37 | + 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.', 6, $this->getSourceContext()); })()), "config", array(0 => "title"), "method"), "html", null, true); |
|
38 | 38 | echo "</Tags> |
39 | 39 | "; |
40 | 40 | // line 7 |
41 | - 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.', 7, $this->getSourceContext()); })()), "config", array(0 => "favicon"), "method")) { |
|
41 | + 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.', 7, $this->getSourceContext()); })()), "config", array(0 => "favicon"), "method")) { |
|
42 | 42 | // line 8 |
43 | 43 | echo "<Image height=\"16\" width=\"16\" type=\"image/x-icon\">"; |
44 | - 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.', 8, $this->getSourceContext()); })()), "config", array(0 => "favicon"), "method"), "html", null, true); |
|
44 | + 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.', 8, $this->getSourceContext()); })()), "config", array(0 => "favicon"), "method"), "html", null, true); |
|
45 | 45 | echo "</Image> |
46 | 46 | "; |
47 | 47 | } |
48 | 48 | // line 10 |
49 | 49 | echo " <Url type=\"text/html\" method=\"GET\" template=\""; |
50 | - echo twig_escape_filter($this->env, (twig_replace_filter(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.', 10, $this->getSourceContext()); })()), "config", array(0 => "base_url"), "method"), array("%version%" => 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.', 10, $this->getSourceContext()); })()), "version", array()))) . "/index.html?q={searchTerms}&src={referrer:source?}"), "html", null, true); |
|
50 | + echo twig_escape_filter($this->env, (twig_replace_filter(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.', 10, $this->getSourceContext()); })()), "config", array(0 => "base_url"), "method"), array("%version%" => 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.', 10, $this->getSourceContext()); })()), "version", array()))) . "/index.html?q={searchTerms}&src={referrer:source?}"), "html", null, true); |
|
51 | 51 | echo "\"/> |
52 | 52 | <InputEncoding>UTF-8</InputEncoding> |
53 | 53 | <AdultContent>false</AdultContent> |
@@ -68,7 +68,7 @@ discard block |
||
68 | 68 | |
69 | 69 | public function getDebugInfo() |
70 | 70 | { |
71 | - return array ( 49 => 10, 43 => 8, 41 => 7, 37 => 6, 31 => 5, 25 => 4, 21 => 2, 19 => 1,); |
|
71 | + return array(49 => 10, 43 => 8, 41 => 7, 37 => 6, 31 => 5, 25 => 4, 21 => 2, 19 => 1,); |
|
72 | 72 | } |
73 | 73 | |
74 | 74 | public function getSourceContext() |
@@ -3,8 +3,7 @@ discard block |
||
3 | 3 | /* opensearch.twig */ |
4 | 4 | class __TwigTemplate_38b46a007d69fcaef63805d5b1e5e1a6f5cc8171abc60d1a4639698b2792a1e2 extends Twig_Template |
5 | 5 | { |
6 | - public function __construct(Twig_Environment $env) |
|
7 | - { |
|
6 | + public function __construct(Twig_Environment $env) { |
|
8 | 7 | parent::__construct($env); |
9 | 8 | |
10 | 9 | $this->parent = false; |
@@ -13,41 +12,60 @@ discard block |
||
13 | 12 | ); |
14 | 13 | } |
15 | 14 | |
16 | - protected function doDisplay(array $context, array $blocks = array()) |
|
17 | - { |
|
15 | + protected function doDisplay(array $context, array $blocks = array()) { |
|
18 | 16 | // line 1 |
19 | - 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.', 1, $this->getSourceContext()); })()), "config", array(0 => "base_url"), "method")) { |
|
17 | + if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () |
|
18 | + { |
|
19 | +throw new Twig_Error_Runtime('Variable "project" does not exist.', 1, $this->getSourceContext()); })()), "config", array(0 => "base_url"), "method")) { |
|
20 | 20 | // line 2 |
21 | 21 | echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?> |
22 | 22 | <OpenSearchDescription xmlns=\"http://a9.com/-/spec/opensearch/1.1/\" xmlns:referrer=\"http://a9.com/-/opensearch/extensions/referrer/\"> |
23 | 23 | <ShortName>"; |
24 | 24 | // line 4 |
25 | - 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.', 4, $this->getSourceContext()); })()), "config", array(0 => "title"), "method"), "html", null, true); |
|
25 | + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () |
|
26 | + { |
|
27 | +throw new Twig_Error_Runtime('Variable "project" does not exist.', 4, $this->getSourceContext()); })()), "config", array(0 => "title"), "method"), "html", null, true); |
|
26 | 28 | echo " ("; |
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.', 4, $this->getSourceContext()); })()), "version", array()), "html", null, true); |
|
29 | + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () |
|
30 | + { |
|
31 | +throw new Twig_Error_Runtime('Variable "project" does not exist.', 4, $this->getSourceContext()); })()), "version", array()), "html", null, true); |
|
28 | 32 | echo ")</ShortName> |
29 | 33 | <Description>Searches "; |
30 | 34 | // line 5 |
31 | - 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.', 5, $this->getSourceContext()); })()), "config", array(0 => "title"), "method"), "html", null, true); |
|
35 | + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () |
|
36 | + { |
|
37 | +throw new Twig_Error_Runtime('Variable "project" does not exist.', 5, $this->getSourceContext()); })()), "config", array(0 => "title"), "method"), "html", null, true); |
|
32 | 38 | echo " ("; |
33 | - 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.', 5, $this->getSourceContext()); })()), "version", array()), "html", null, true); |
|
39 | + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () |
|
40 | + { |
|
41 | +throw new Twig_Error_Runtime('Variable "project" does not exist.', 5, $this->getSourceContext()); })()), "version", array()), "html", null, true); |
|
34 | 42 | echo ")</Description> |
35 | 43 | <Tags>"; |
36 | 44 | // line 6 |
37 | - 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.', 6, $this->getSourceContext()); })()), "config", array(0 => "title"), "method"), "html", null, true); |
|
45 | + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () |
|
46 | + { |
|
47 | +throw new Twig_Error_Runtime('Variable "project" does not exist.', 6, $this->getSourceContext()); })()), "config", array(0 => "title"), "method"), "html", null, true); |
|
38 | 48 | echo "</Tags> |
39 | 49 | "; |
40 | 50 | // line 7 |
41 | - 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.', 7, $this->getSourceContext()); })()), "config", array(0 => "favicon"), "method")) { |
|
51 | + if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () |
|
52 | + { |
|
53 | +throw new Twig_Error_Runtime('Variable "project" does not exist.', 7, $this->getSourceContext()); })()), "config", array(0 => "favicon"), "method")) { |
|
42 | 54 | // line 8 |
43 | 55 | echo "<Image height=\"16\" width=\"16\" type=\"image/x-icon\">"; |
44 | - 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.', 8, $this->getSourceContext()); })()), "config", array(0 => "favicon"), "method"), "html", null, true); |
|
56 | + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () |
|
57 | + { |
|
58 | +throw new Twig_Error_Runtime('Variable "project" does not exist.', 8, $this->getSourceContext()); })()), "config", array(0 => "favicon"), "method"), "html", null, true); |
|
45 | 59 | echo "</Image> |
46 | 60 | "; |
47 | 61 | } |
48 | 62 | // line 10 |
49 | 63 | echo " <Url type=\"text/html\" method=\"GET\" template=\""; |
50 | - echo twig_escape_filter($this->env, (twig_replace_filter(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.', 10, $this->getSourceContext()); })()), "config", array(0 => "base_url"), "method"), array("%version%" => 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.', 10, $this->getSourceContext()); })()), "version", array()))) . "/index.html?q={searchTerms}&src={referrer:source?}"), "html", null, true); |
|
64 | + echo twig_escape_filter($this->env, (twig_replace_filter(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () |
|
65 | + { |
|
66 | +throw new Twig_Error_Runtime('Variable "project" does not exist.', 10, $this->getSourceContext()); })()), "config", array(0 => "base_url"), "method"), array("%version%" => twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () |
|
67 | + { |
|
68 | +throw new Twig_Error_Runtime('Variable "project" does not exist.', 10, $this->getSourceContext()); })()), "version", array()))) . "/index.html?q={searchTerms}&src={referrer:source?}"), "html", null, true); |
|
51 | 69 | echo "\"/> |
52 | 70 | <InputEncoding>UTF-8</InputEncoding> |
53 | 71 | <AdultContent>false</AdultContent> |
@@ -56,23 +74,19 @@ discard block |
||
56 | 74 | } |
57 | 75 | } |
58 | 76 | |
59 | - public function getTemplateName() |
|
60 | - { |
|
77 | + public function getTemplateName() { |
|
61 | 78 | return "opensearch.twig"; |
62 | 79 | } |
63 | 80 | |
64 | - public function isTraitable() |
|
65 | - { |
|
81 | + public function isTraitable() { |
|
66 | 82 | return false; |
67 | 83 | } |
68 | 84 | |
69 | - public function getDebugInfo() |
|
70 | - { |
|
85 | + public function getDebugInfo() { |
|
71 | 86 | return array ( 49 => 10, 43 => 8, 41 => 7, 37 => 6, 31 => 5, 25 => 4, 21 => 2, 19 => 1,); |
72 | 87 | } |
73 | 88 | |
74 | - public function getSourceContext() |
|
75 | - { |
|
89 | + public function getSourceContext() { |
|
76 | 90 | return new Twig_Source("{% if project.config('base_url') -%} |
77 | 91 | <?xml version=\"1.0\" encoding=\"UTF-8\"?> |
78 | 92 | <OpenSearchDescription xmlns=\"http://a9.com/-/spec/opensearch/1.1/\" xmlns:referrer=\"http://a9.com/-/opensearch/extensions/referrer/\"> |
@@ -7,7 +7,7 @@ discard block |
||
7 | 7 | { |
8 | 8 | parent::__construct($env); |
9 | 9 | |
10 | - $this->parent = false; |
|
10 | + $this->parent = FALSE; |
|
11 | 11 | |
12 | 12 | $this->blocks = array( |
13 | 13 | ); |
@@ -22,32 +22,32 @@ discard block |
||
22 | 22 | <OpenSearchDescription xmlns=\"http://a9.com/-/spec/opensearch/1.1/\" xmlns:referrer=\"http://a9.com/-/opensearch/extensions/referrer/\"> |
23 | 23 | <ShortName>"; |
24 | 24 | // line 4 |
25 | - 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.', 4, $this->getSourceContext()); })()), "config", array(0 => "title"), "method"), "html", null, true); |
|
25 | + 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.', 4, $this->getSourceContext()); })()), "config", array(0 => "title"), "method"), "html", NULL, TRUE); |
|
26 | 26 | echo " ("; |
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.', 4, $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.', 4, $this->getSourceContext()); })()), "version", array()), "html", NULL, TRUE); |
|
28 | 28 | echo ")</ShortName> |
29 | 29 | <Description>Searches "; |
30 | 30 | // line 5 |
31 | - 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.', 5, $this->getSourceContext()); })()), "config", array(0 => "title"), "method"), "html", null, true); |
|
31 | + 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.', 5, $this->getSourceContext()); })()), "config", array(0 => "title"), "method"), "html", NULL, TRUE); |
|
32 | 32 | echo " ("; |
33 | - 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.', 5, $this->getSourceContext()); })()), "version", array()), "html", null, true); |
|
33 | + 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.', 5, $this->getSourceContext()); })()), "version", array()), "html", NULL, TRUE); |
|
34 | 34 | echo ")</Description> |
35 | 35 | <Tags>"; |
36 | 36 | // line 6 |
37 | - 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.', 6, $this->getSourceContext()); })()), "config", array(0 => "title"), "method"), "html", null, true); |
|
37 | + 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.', 6, $this->getSourceContext()); })()), "config", array(0 => "title"), "method"), "html", NULL, TRUE); |
|
38 | 38 | echo "</Tags> |
39 | 39 | "; |
40 | 40 | // line 7 |
41 | 41 | 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.', 7, $this->getSourceContext()); })()), "config", array(0 => "favicon"), "method")) { |
42 | 42 | // line 8 |
43 | 43 | echo "<Image height=\"16\" width=\"16\" type=\"image/x-icon\">"; |
44 | - 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.', 8, $this->getSourceContext()); })()), "config", array(0 => "favicon"), "method"), "html", null, true); |
|
44 | + 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.', 8, $this->getSourceContext()); })()), "config", array(0 => "favicon"), "method"), "html", NULL, TRUE); |
|
45 | 45 | echo "</Image> |
46 | 46 | "; |
47 | 47 | } |
48 | 48 | // line 10 |
49 | 49 | echo " <Url type=\"text/html\" method=\"GET\" template=\""; |
50 | - echo twig_escape_filter($this->env, (twig_replace_filter(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.', 10, $this->getSourceContext()); })()), "config", array(0 => "base_url"), "method"), array("%version%" => 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.', 10, $this->getSourceContext()); })()), "version", array()))) . "/index.html?q={searchTerms}&src={referrer:source?}"), "html", null, true); |
|
50 | + echo twig_escape_filter($this->env, (twig_replace_filter(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.', 10, $this->getSourceContext()); })()), "config", array(0 => "base_url"), "method"), array("%version%" => 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.', 10, $this->getSourceContext()); })()), "version", array()))) . "/index.html?q={searchTerms}&src={referrer:source?}"), "html", NULL, TRUE); |
|
51 | 51 | echo "\"/> |
52 | 52 | <InputEncoding>UTF-8</InputEncoding> |
53 | 53 | <AdultContent>false</AdultContent> |
@@ -63,7 +63,7 @@ discard block |
||
63 | 63 | |
64 | 64 | public function isTraitable() |
65 | 65 | { |
66 | - return false; |
|
66 | + return FALSE; |
|
67 | 67 | } |
68 | 68 | |
69 | 69 | public function getDebugInfo() |
@@ -52,7 +52,7 @@ discard block |
||
52 | 52 | |
53 | 53 | "; |
54 | 54 | // line 11 |
55 | - echo $context["__internal_3005c552368e06b3c8f14a54648ac7453460c4a8e7aa877fc8d33e00011a9dd3"]->macro_render_classes((isset($context["classes"]) || array_key_exists("classes", $context) ? $context["classes"] : (function () { throw new Twig_Error_Runtime('Variable "classes" does not exist.', 11, $this->getSourceContext()); })())); |
|
55 | + echo $context["__internal_3005c552368e06b3c8f14a54648ac7453460c4a8e7aa877fc8d33e00011a9dd3"]->macro_render_classes((isset($context["classes"]) || array_key_exists("classes", $context) ? $context["classes"] : (function() { throw new Twig_Error_Runtime('Variable "classes" does not exist.', 11, $this->getSourceContext()); })())); |
|
56 | 56 | echo " |
57 | 57 | "; |
58 | 58 | } |
@@ -69,7 +69,7 @@ discard block |
||
69 | 69 | |
70 | 70 | public function getDebugInfo() |
71 | 71 | { |
72 | - return array ( 55 => 11, 49 => 7, 46 => 6, 40 => 4, 33 => 3, 29 => 1, 27 => 2, 11 => 1,); |
|
72 | + return array(55 => 11, 49 => 7, 46 => 6, 40 => 4, 33 => 3, 29 => 1, 27 => 2, 11 => 1,); |
|
73 | 73 | } |
74 | 74 | |
75 | 75 | public function getSourceContext() |
@@ -3,8 +3,7 @@ discard block |
||
3 | 3 | /* classes.twig */ |
4 | 4 | class __TwigTemplate_ab4601bf8a07674f4e21d4f76939066cfe381615698bea7c87e0dd00dbfef66d extends Twig_Template |
5 | 5 | { |
6 | - public function __construct(Twig_Environment $env) |
|
7 | - { |
|
6 | + public function __construct(Twig_Environment $env) { |
|
8 | 7 | parent::__construct($env); |
9 | 8 | |
10 | 9 | // line 1 |
@@ -16,13 +15,11 @@ discard block |
||
16 | 15 | ); |
17 | 16 | } |
18 | 17 | |
19 | - protected function doGetParent(array $context) |
|
20 | - { |
|
18 | + protected function doGetParent(array $context) { |
|
21 | 19 | return "layout/layout.twig"; |
22 | 20 | } |
23 | 21 | |
24 | - protected function doDisplay(array $context, array $blocks = array()) |
|
25 | - { |
|
22 | + protected function doDisplay(array $context, array $blocks = array()) { |
|
26 | 23 | // line 2 |
27 | 24 | $context["__internal_3005c552368e06b3c8f14a54648ac7453460c4a8e7aa877fc8d33e00011a9dd3"] = $this->loadTemplate("macros.twig", "classes.twig", 2); |
28 | 25 | // line 1 |
@@ -30,21 +27,18 @@ discard block |
||
30 | 27 | } |
31 | 28 | |
32 | 29 | // line 3 |
33 | - public function block_title($context, array $blocks = array()) |
|
34 | - { |
|
30 | + public function block_title($context, array $blocks = array()) { |
|
35 | 31 | echo "All Classes | "; |
36 | 32 | $this->displayParentBlock("title", $context, $blocks); |
37 | 33 | } |
38 | 34 | |
39 | 35 | // line 4 |
40 | - public function block_body_class($context, array $blocks = array()) |
|
41 | - { |
|
36 | + public function block_body_class($context, array $blocks = array()) { |
|
42 | 37 | echo "classes"; |
43 | 38 | } |
44 | 39 | |
45 | 40 | // line 6 |
46 | - public function block_page_content($context, array $blocks = array()) |
|
47 | - { |
|
41 | + public function block_page_content($context, array $blocks = array()) { |
|
48 | 42 | // line 7 |
49 | 43 | echo " <div class=\"page-header\"> |
50 | 44 | <h1>Classes</h1> |
@@ -52,28 +46,26 @@ discard block |
||
52 | 46 | |
53 | 47 | "; |
54 | 48 | // line 11 |
55 | - echo $context["__internal_3005c552368e06b3c8f14a54648ac7453460c4a8e7aa877fc8d33e00011a9dd3"]->macro_render_classes((isset($context["classes"]) || array_key_exists("classes", $context) ? $context["classes"] : (function () { throw new Twig_Error_Runtime('Variable "classes" does not exist.', 11, $this->getSourceContext()); })())); |
|
49 | + echo $context["__internal_3005c552368e06b3c8f14a54648ac7453460c4a8e7aa877fc8d33e00011a9dd3"]->macro_render_classes((isset($context["classes"]) || array_key_exists("classes", $context) ? $context["classes"] : (function () |
|
50 | + { |
|
51 | +throw new Twig_Error_Runtime('Variable "classes" does not exist.', 11, $this->getSourceContext()); })())); |
|
56 | 52 | echo " |
57 | 53 | "; |
58 | 54 | } |
59 | 55 | |
60 | - public function getTemplateName() |
|
61 | - { |
|
56 | + public function getTemplateName() { |
|
62 | 57 | return "classes.twig"; |
63 | 58 | } |
64 | 59 | |
65 | - public function isTraitable() |
|
66 | - { |
|
60 | + public function isTraitable() { |
|
67 | 61 | return false; |
68 | 62 | } |
69 | 63 | |
70 | - public function getDebugInfo() |
|
71 | - { |
|
64 | + public function getDebugInfo() { |
|
72 | 65 | return array ( 55 => 11, 49 => 7, 46 => 6, 40 => 4, 33 => 3, 29 => 1, 27 => 2, 11 => 1,); |
73 | 66 | } |
74 | 67 | |
75 | - public function getSourceContext() |
|
76 | - { |
|
68 | + public function getSourceContext() { |
|
77 | 69 | return new Twig_Source("{% extends \"layout/layout.twig\" %} |
78 | 70 | {% from \"macros.twig\" import render_classes %} |
79 | 71 | {% block title %}All Classes | {{ parent() }}{% endblock %} |
@@ -64,7 +64,7 @@ |
||
64 | 64 | |
65 | 65 | public function isTraitable() |
66 | 66 | { |
67 | - return false; |
|
67 | + return FALSE; |
|
68 | 68 | } |
69 | 69 | |
70 | 70 | public function getDebugInfo() |