@@ 585-598 (lines=14) @@ | ||
582 | // line 117 |
|
583 | $context['_parent'] = $context; |
|
584 | $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["reflection"]) || array_key_exists("reflection", $context) ? $context["reflection"] : (function () { throw new Twig_Error_Runtime('Variable "reflection" does not exist.', 117, $this->getSourceContext()); })()), "deprecated", array())); |
|
585 | foreach ($context['_seq'] as $context["_key"] => $context["tag"]) { |
|
586 | // line 118 |
|
587 | echo " <tr> |
|
588 | <td>"; |
|
589 | // line 119 |
|
590 | echo twig_get_attribute($this->env, $this->getSourceContext(), $context["tag"], 0, array(), "array"); |
|
591 | echo "</td> |
|
592 | <td>"; |
|
593 | // line 120 |
|
594 | echo twig_join_filter(twig_slice($this->env, $context["tag"], 1, null), " "); |
|
595 | echo "</td> |
|
596 | </tr> |
|
597 | "; |
|
598 | } |
|
599 | $_parent = $context['_parent']; |
|
600 | unset($context['_seq'], $context['_iterated'], $context['_key'], $context['tag'], $context['_parent'], $context['loop']); |
|
601 | $context = array_intersect_key($context, $_parent) + $_parent; |
@@ 429-442 (lines=14) @@ | ||
426 | // line 140 |
|
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")); |
|
429 | foreach ($context['_seq'] as $context["_key"] => $context["tag"]) { |
|
430 | // line 141 |
|
431 | echo " <tr> |
|
432 | <td>"; |
|
433 | // line 142 |
|
434 | echo twig_get_attribute($this->env, $this->getSourceContext(), $context["tag"], 0, array(), "array"); |
|
435 | echo "</td> |
|
436 | <td>"; |
|
437 | // line 143 |
|
438 | echo twig_join_filter(twig_slice($this->env, $context["tag"], 1, null), " "); |
|
439 | echo "</td> |
|
440 | </tr> |
|
441 | "; |
|
442 | } |
|
443 | $_parent = $context['_parent']; |
|
444 | unset($context['_seq'], $context['_iterated'], $context['_key'], $context['tag'], $context['_parent'], $context['loop']); |
|
445 | $context = array_intersect_key($context, $_parent) + $_parent; |