| @@ 339-343 (lines=5) @@ | ||
| 336 | echo "\">line "; |
|
| 337 | echo $this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "line", array()); |
|
| 338 | echo "</a>"; |
|
| 339 | } else { |
|
| 340 | // line 53 |
|
| 341 | echo " line "; |
|
| 342 | echo $this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "line", array()); |
|
| 343 | } |
|
| 344 | } catch (Exception $e) { |
|
| 345 | ob_end_clean(); |
|
| 346 | ||
| @@ 286-288 (lines=3) @@ | ||
| 283 | public function block_method_signature($context, array $blocks = array()) |
|
| 284 | { |
|
| 285 | // line 91 |
|
| 286 | if ($this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "final", array())) { |
|
| 287 | echo "final"; |
|
| 288 | } |
|
| 289 | // line 92 |
|
| 290 | echo " "; |
|
| 291 | if ($this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "abstract", array())) { |
|
| @@ 291-293 (lines=3) @@ | ||
| 288 | } |
|
| 289 | // line 92 |
|
| 290 | echo " "; |
|
| 291 | if ($this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "abstract", array())) { |
|
| 292 | echo "abstract"; |
|
| 293 | } |
|
| 294 | // line 93 |
|
| 295 | echo " "; |
|
| 296 | if ($this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "static", array())) { |
|
| @@ 296-298 (lines=3) @@ | ||
| 293 | } |
|
| 294 | // line 93 |
|
| 295 | echo " "; |
|
| 296 | if ($this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "static", array())) { |
|
| 297 | echo "static"; |
|
| 298 | } |
|
| 299 | // line 94 |
|
| 300 | echo " "; |
|
| 301 | if ($this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "protected", array())) { |
|
| @@ 301-303 (lines=3) @@ | ||
| 298 | } |
|
| 299 | // line 94 |
|
| 300 | echo " "; |
|
| 301 | if ($this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "protected", array())) { |
|
| 302 | echo "protected"; |
|
| 303 | } |
|
| 304 | // line 95 |
|
| 305 | echo " "; |
|
| 306 | if ($this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "private", array())) { |
|
| @@ 306-308 (lines=3) @@ | ||
| 303 | } |
|
| 304 | // line 95 |
|
| 305 | echo " "; |
|
| 306 | if ($this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "private", array())) { |
|
| 307 | echo "private"; |
|
| 308 | } |
|
| 309 | // line 96 |
|
| 310 | echo " "; |
|
| 311 | echo $context["__internal_21474d8e13cfe6a3a0369d0a6e8352e7a7cfb873a2bbc6a59c929e7c5e02cfdc"]->gethint_link($this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "hint", array())); |
|