@@ 598-607 (lines=10) @@ | ||
595 | echo " |
|
596 | "; |
|
597 | // line 194 |
|
598 | if ( !$this->getAttribute($context["method"], "shortdesc", array())) { |
|
599 | // line 195 |
|
600 | echo " <p class=\"no-description\">No description</p> |
|
601 | "; |
|
602 | } else { |
|
603 | // line 197 |
|
604 | echo " <p>"; |
|
605 | echo $this->env->getExtension('sami')->parseDesc($context, $this->getAttribute($context["method"], "shortdesc", array()), (isset($context["class"]) ? $context["class"] : $this->getContext($context, "class"))); |
|
606 | echo "</p>"; |
|
607 | } |
|
608 | // line 199 |
|
609 | echo " </div> |
|
610 | <div class=\"col-md-2\">"; |
@@ 61-78 (lines=18) @@ | ||
58 | foreach ($context['_seq'] as $context["_key"] => $context["class"]) { |
|
59 | // line 13 |
|
60 | echo " "; |
|
61 | if ($this->getAttribute($context["class"], "trait", array())) { |
|
62 | // line 14 |
|
63 | echo " <div class=\"row\"> |
|
64 | <div class=\"col-md-6\"> |
|
65 | "; |
|
66 | // line 16 |
|
67 | echo $context["__internal_76faad54a4455c81f61cdc23c30804c7140f9aff264325797b153f5d8c55d1c6"]->getclass_link($context["class"], true); |
|
68 | echo " |
|
69 | </div> |
|
70 | <div class=\"col-md-6\"> |
|
71 | "; |
|
72 | // line 19 |
|
73 | echo $this->env->getExtension('sami')->parseDesc($context, $this->getAttribute($context["class"], "shortdesc", array()), $context["class"]); |
|
74 | echo " |
|
75 | </div> |
|
76 | </div> |
|
77 | "; |
|
78 | } |
|
79 | // line 23 |
|
80 | echo " "; |
|
81 | } |
@@ 451-455 (lines=5) @@ | ||
448 | echo "px\" class=\"hd\"> |
|
449 | <span class=\"glyphicon glyphicon-play\"></span>"; |
|
450 | // line 231 |
|
451 | if ( !$this->getAttribute((isset($context["project"]) ? $context["project"] : $this->getContext($context, "project")), "config", array(0 => "simulate_namespaces"), "method")) { |
|
452 | echo "<a href=\""; |
|
453 | echo $this->env->getExtension('sami')->pathForNamespace($context, $this->getAttribute($context["element"], 1, array(), "array")); |
|
454 | echo "\">"; |
|
455 | } |
|
456 | echo $this->getAttribute($context["element"], 0, array(), "array"); |
|
457 | if ( !$this->getAttribute((isset($context["project"]) ? $context["project"] : $this->getContext($context, "project")), "config", array(0 => "simulate_namespaces"), "method")) { |
|
458 | echo "</a>"; |