@@ 657-670 (lines=14) @@ | ||
654 | // line 117 |
|
655 | $context['_parent'] = $context; |
|
656 | $context['_seq'] = twig_ensure_traversable($this->getAttribute((isset($context["reflection"]) ? $context["reflection"] : $this->getContext($context, "reflection")), "deprecated", array())); |
|
657 | foreach ($context['_seq'] as $context["_key"] => $context["tag"]) { |
|
658 | // line 118 |
|
659 | echo " <tr> |
|
660 | <td>"; |
|
661 | // line 119 |
|
662 | echo $this->getAttribute($context["tag"], 0, array(), "array"); |
|
663 | echo "</td> |
|
664 | <td>"; |
|
665 | // line 120 |
|
666 | echo twig_join_filter(twig_slice($this->env, $context["tag"], 1, null), " "); |
|
667 | echo "</td> |
|
668 | </tr> |
|
669 | "; |
|
670 | } |
|
671 | $_parent = $context['_parent']; |
|
672 | unset($context['_seq'], $context['_iterated'], $context['_key'], $context['tag'], $context['_parent'], $context['loop']); |
|
673 | $context = array_intersect_key($context, $_parent) + $_parent; |
@@ 429-442 (lines=14) @@ | ||
426 | // line 140 |
|
427 | $context['_parent'] = $context; |
|
428 | $context['_seq'] = twig_ensure_traversable($this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "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 $this->getAttribute($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; |