|
@@ 286-288 (lines=3) @@
|
| 283 |
|
public function block_method_signature($context, array $blocks = array()) |
| 284 |
|
{ |
| 285 |
|
// line 91 |
| 286 |
|
if (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.', 91, $this->getSourceContext()); })()), "final", array())) { |
| 287 |
|
echo "final"; |
| 288 |
|
} |
| 289 |
|
// line 92 |
| 290 |
|
echo " "; |
| 291 |
|
if (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.', 92, $this->getSourceContext()); })()), "abstract", array())) { |
|
@@ 291-293 (lines=3) @@
|
| 288 |
|
} |
| 289 |
|
// line 92 |
| 290 |
|
echo " "; |
| 291 |
|
if (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.', 92, $this->getSourceContext()); })()), "abstract", array())) { |
| 292 |
|
echo "abstract"; |
| 293 |
|
} |
| 294 |
|
// line 93 |
| 295 |
|
echo " "; |
| 296 |
|
if (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.', 93, $this->getSourceContext()); })()), "static", array())) { |
|
@@ 296-298 (lines=3) @@
|
| 293 |
|
} |
| 294 |
|
// line 93 |
| 295 |
|
echo " "; |
| 296 |
|
if (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.', 93, $this->getSourceContext()); })()), "static", array())) { |
| 297 |
|
echo "static"; |
| 298 |
|
} |
| 299 |
|
// line 94 |
| 300 |
|
echo " "; |
| 301 |
|
if (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.', 94, $this->getSourceContext()); })()), "protected", array())) { |
|
@@ 301-303 (lines=3) @@
|
| 298 |
|
} |
| 299 |
|
// line 94 |
| 300 |
|
echo " "; |
| 301 |
|
if (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.', 94, $this->getSourceContext()); })()), "protected", array())) { |
| 302 |
|
echo "protected"; |
| 303 |
|
} |
| 304 |
|
// line 95 |
| 305 |
|
echo " "; |
| 306 |
|
if (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.', 95, $this->getSourceContext()); })()), "private", array())) { |
|
@@ 306-308 (lines=3) @@
|
| 303 |
|
} |
| 304 |
|
// line 95 |
| 305 |
|
echo " "; |
| 306 |
|
if (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.', 95, $this->getSourceContext()); })()), "private", array())) { |
| 307 |
|
echo "private"; |
| 308 |
|
} |
| 309 |
|
// line 96 |
| 310 |
|
echo " "; |
| 311 |
|
echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_hint_link(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.', 96, $this->getSourceContext()); })()), "hint", array())); |