@@ 116-118 (lines=3) @@ | ||
113 | // line 11 |
|
114 | echo $this->env->getExtension('sami')->abbrClass((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), ((array_key_exists("absolute", $context)) ? (_twig_default_filter((isset($context["absolute"]) ? $context["absolute"] : $this->getContext($context, "absolute")), false)) : (false))); |
|
115 | // line 12 |
|
116 | if (($this->getAttribute((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), "projectclass", array()) || $this->getAttribute((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), "phpclass", array()))) { |
|
117 | echo "</a>"; |
|
118 | } |
|
119 | } catch (Exception $e) { |
|
120 | ob_end_clean(); |
|
121 |
@@ 218-220 (lines=3) @@ | ||
215 | public function block_class_signature($context, array $blocks = array()) |
|
216 | { |
|
217 | // line 74 |
|
218 | if (( !$this->getAttribute((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), "interface", array()) && $this->getAttribute((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), "abstract", array()))) { |
|
219 | echo "abstract "; |
|
220 | } |
|
221 | // line 75 |
|
222 | echo " "; |
|
223 | echo $this->getAttribute((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), "categoryName", array()); |
|
@@ 230-234 (lines=5) @@ | ||
227 | echo $this->getAttribute((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), "shortname", array()); |
|
228 | echo "</strong>"; |
|
229 | // line 77 |
|
230 | if ($this->getAttribute((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), "parent", array())) { |
|
231 | // line 78 |
|
232 | echo " extends "; |
|
233 | echo $context["__internal_21474d8e13cfe6a3a0369d0a6e8352e7a7cfb873a2bbc6a59c929e7c5e02cfdc"]->getclass_link($this->getAttribute((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), "parent", array())); |
|
234 | } |
|
235 | // line 80 |
|
236 | if ((twig_length_filter($this->env, $this->getAttribute((isset($context["class"]) ? $context["class"] : $this->getContext($context, "class")), "interfaces", array())) > 0)) { |
|
237 | // line 81 |