@@ -37,8 +37,7 @@ discard block |
||
37 | 37 | /** |
38 | 38 | * @return string |
39 | 39 | */ |
40 | - public function getUrl() |
|
41 | - { |
|
40 | + public function getUrl() { |
|
42 | 41 | return $this->url; |
43 | 42 | } |
44 | 43 | |
@@ -47,8 +46,7 @@ discard block |
||
47 | 46 | * |
48 | 47 | * @return WebhooksInterface |
49 | 48 | */ |
50 | - public function setUrl($url) |
|
51 | - { |
|
49 | + public function setUrl($url) { |
|
52 | 50 | if (!is_string($url)) { |
53 | 51 | throw new InvalidArgumentException('The URL must be a string.'); |
54 | 52 | } |
@@ -65,8 +63,7 @@ discard block |
||
65 | 63 | * @param array $values |
66 | 64 | * @return Webhook |
67 | 65 | */ |
68 | - public function sendMessage($values) |
|
69 | - { |
|
66 | + public function sendMessage($values) { |
|
70 | 67 | // Parse the values to make sure they are valid |
71 | 68 | foreach ($values as $key => $value) { |
72 | 69 | |
@@ -165,8 +162,7 @@ discard block |
||
165 | 162 | * @param array $attachments |
166 | 163 | * @return Webhook |
167 | 164 | */ |
168 | - public function setAttachments($attachments) |
|
169 | - { |
|
165 | + public function setAttachments($attachments) { |
|
170 | 166 | if (!is_array($attachments)) { |
171 | 167 | throw new InvalidArgumentException('The attachments must be an array.'); |
172 | 168 | } |
@@ -3,8 +3,7 @@ discard block |
||
3 | 3 | /* doc-index.twig */ |
4 | 4 | class __TwigTemplate_b9b3adde2bcfcaf50a5c79578957f3ba1f0ecf6cd73e728dd11e9ded2e0f778e extends Twig_Template |
5 | 5 | { |
6 | - public function __construct(Twig_Environment $env) |
|
7 | - { |
|
6 | + public function __construct(Twig_Environment $env) { |
|
8 | 7 | parent::__construct($env); |
9 | 8 | |
10 | 9 | // line 1 |
@@ -16,13 +15,11 @@ discard block |
||
16 | 15 | ); |
17 | 16 | } |
18 | 17 | |
19 | - protected function doGetParent(array $context) |
|
20 | - { |
|
18 | + protected function doGetParent(array $context) { |
|
21 | 19 | return "layout/layout.twig"; |
22 | 20 | } |
23 | 21 | |
24 | - protected function doDisplay(array $context, array $blocks = array()) |
|
25 | - { |
|
22 | + protected function doDisplay(array $context, array $blocks = array()) { |
|
26 | 23 | // line 2 |
27 | 24 | $context["__internal_351d30495b226f3f6aab1ed2b80d7044af729b76f061877fc02bc5b20e6949bc"] = $this->loadTemplate("macros.twig", "doc-index.twig", 2); |
28 | 25 | // line 1 |
@@ -30,21 +27,18 @@ discard block |
||
30 | 27 | } |
31 | 28 | |
32 | 29 | // line 3 |
33 | - public function block_title($context, array $blocks = array()) |
|
34 | - { |
|
30 | + public function block_title($context, array $blocks = array()) { |
|
35 | 31 | echo "Index | "; |
36 | 32 | $this->displayParentBlock("title", $context, $blocks); |
37 | 33 | } |
38 | 34 | |
39 | 35 | // line 4 |
40 | - public function block_body_class($context, array $blocks = array()) |
|
41 | - { |
|
36 | + public function block_body_class($context, array $blocks = array()) { |
|
42 | 37 | echo "doc-index"; |
43 | 38 | } |
44 | 39 | |
45 | 40 | // line 6 |
46 | - public function block_page_content($context, array $blocks = array()) |
|
47 | - { |
|
41 | + public function block_page_content($context, array $blocks = array()) { |
|
48 | 42 | // line 7 |
49 | 43 | echo " |
50 | 44 | <div class=\"page-header\"> |
@@ -59,7 +53,9 @@ discard block |
||
59 | 53 | foreach ($context['_seq'] as $context["_key"] => $context["letter"]) { |
60 | 54 | // line 14 |
61 | 55 | echo " "; |
62 | - if ((twig_get_attribute($this->env, $this->getSourceContext(), ($context["items"] ?? null), $context["letter"], array(), "array", true, true) && (twig_length_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["items"]) || array_key_exists("items", $context) ? $context["items"] : (function () { throw new Twig_Error_Runtime('Variable "items" does not exist.', 14, $this->getSourceContext()); })()), $context["letter"], array(), "array")) > 1))) { |
|
56 | + if ((twig_get_attribute($this->env, $this->getSourceContext(), ($context["items"] ?? null), $context["letter"], array(), "array", true, true) && (twig_length_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["items"]) || array_key_exists("items", $context) ? $context["items"] : (function () |
|
57 | + { |
|
58 | +throw new Twig_Error_Runtime('Variable "items" does not exist.', 14, $this->getSourceContext()); })()), $context["letter"], array(), "array")) > 1))) { |
|
63 | 59 | // line 15 |
64 | 60 | echo " <li><a href=\"#letter"; |
65 | 61 | echo $context["letter"]; |
@@ -67,7 +63,8 @@ discard block |
||
67 | 63 | echo $context["letter"]; |
68 | 64 | echo "</a></li> |
69 | 65 | "; |
70 | - } else { |
|
66 | + } |
|
67 | + else { |
|
71 | 68 | // line 17 |
72 | 69 | echo " <li class=\"disabled\"><a href=\"#letter"; |
73 | 70 | echo $context["letter"]; |
@@ -88,7 +85,9 @@ discard block |
||
88 | 85 | "; |
89 | 86 | // line 22 |
90 | 87 | $context['_parent'] = $context; |
91 | - $context['_seq'] = twig_ensure_traversable((isset($context["items"]) || array_key_exists("items", $context) ? $context["items"] : (function () { throw new Twig_Error_Runtime('Variable "items" does not exist.', 22, $this->getSourceContext()); })())); |
|
88 | + $context['_seq'] = twig_ensure_traversable((isset($context["items"]) || array_key_exists("items", $context) ? $context["items"] : (function () |
|
89 | + { |
|
90 | +throw new Twig_Error_Runtime('Variable "items" does not exist.', 22, $this->getSourceContext()); })())); |
|
92 | 91 | foreach ($context['_seq'] as $context["letter"] => $context["elements"]) { |
93 | 92 | // line 23 |
94 | 93 | echo "<h2 id=\"letter"; |
@@ -106,42 +105,76 @@ discard block |
||
106 | 105 | // line 27 |
107 | 106 | $context["value"] = twig_get_attribute($this->env, $this->getSourceContext(), $context["element"], 1, array(), "array"); |
108 | 107 | // line 28 |
109 | - if (("class" == (isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new Twig_Error_Runtime('Variable "type" does not exist.', 28, $this->getSourceContext()); })()))) { |
|
108 | + if (("class" == (isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () |
|
109 | + { |
|
110 | +throw new Twig_Error_Runtime('Variable "type" does not exist.', 28, $this->getSourceContext()); })()))) { |
|
110 | 111 | // line 29 |
111 | 112 | echo "<dt>"; |
112 | - echo $context["__internal_351d30495b226f3f6aab1ed2b80d7044af729b76f061877fc02bc5b20e6949bc"]->macro_class_link((isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () { throw new Twig_Error_Runtime('Variable "value" does not exist.', 29, $this->getSourceContext()); })())); |
|
113 | - if ((isset($context["has_namespaces"]) || array_key_exists("has_namespaces", $context) ? $context["has_namespaces"] : (function () { throw new Twig_Error_Runtime('Variable "has_namespaces" does not exist.', 29, $this->getSourceContext()); })())) { |
|
113 | + echo $context["__internal_351d30495b226f3f6aab1ed2b80d7044af729b76f061877fc02bc5b20e6949bc"]->macro_class_link((isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () |
|
114 | + { |
|
115 | +throw new Twig_Error_Runtime('Variable "value" does not exist.', 29, $this->getSourceContext()); })())); |
|
116 | + if ((isset($context["has_namespaces"]) || array_key_exists("has_namespaces", $context) ? $context["has_namespaces"] : (function () |
|
117 | + { |
|
118 | +throw new Twig_Error_Runtime('Variable "has_namespaces" does not exist.', 29, $this->getSourceContext()); })())) { |
|
114 | 119 | echo " — <em>Class in namespace "; |
115 | - echo $context["__internal_351d30495b226f3f6aab1ed2b80d7044af729b76f061877fc02bc5b20e6949bc"]->macro_namespace_link(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () { throw new Twig_Error_Runtime('Variable "value" does not exist.', 29, $this->getSourceContext()); })()), "namespace", array())); |
|
120 | + echo $context["__internal_351d30495b226f3f6aab1ed2b80d7044af729b76f061877fc02bc5b20e6949bc"]->macro_namespace_link(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () |
|
121 | + { |
|
122 | +throw new Twig_Error_Runtime('Variable "value" does not exist.', 29, $this->getSourceContext()); })()), "namespace", array())); |
|
116 | 123 | } |
117 | 124 | echo "</em></dt> |
118 | 125 | <dd>"; |
119 | 126 | // line 30 |
120 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () { throw new Twig_Error_Runtime('Variable "value" does not exist.', 30, $this->getSourceContext()); })()), "shortdesc", array()), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () { throw new Twig_Error_Runtime('Variable "value" does not exist.', 30, $this->getSourceContext()); })())); |
|
127 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () |
|
128 | + { |
|
129 | +throw new Twig_Error_Runtime('Variable "value" does not exist.', 30, $this->getSourceContext()); })()), "shortdesc", array()), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () |
|
130 | + { |
|
131 | +throw new Twig_Error_Runtime('Variable "value" does not exist.', 30, $this->getSourceContext()); })())); |
|
121 | 132 | echo "</dd>"; |
122 | - } elseif (("method" == // line 31 |
|
123 | -(isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new Twig_Error_Runtime('Variable "type" does not exist.', 31, $this->getSourceContext()); })()))) { |
|
133 | + } |
|
134 | + elseif (("method" == // line 31 |
|
135 | +(isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () |
|
136 | +{ |
|
137 | +throw new Twig_Error_Runtime('Variable "type" does not exist.', 31, $this->getSourceContext()); })()))) { |
|
124 | 138 | // line 32 |
125 | 139 | echo "<dt>"; |
126 | - echo $context["__internal_351d30495b226f3f6aab1ed2b80d7044af729b76f061877fc02bc5b20e6949bc"]->macro_method_link((isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () { throw new Twig_Error_Runtime('Variable "value" does not exist.', 32, $this->getSourceContext()); })())); |
|
140 | + echo $context["__internal_351d30495b226f3f6aab1ed2b80d7044af729b76f061877fc02bc5b20e6949bc"]->macro_method_link((isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () |
|
141 | + { |
|
142 | +throw new Twig_Error_Runtime('Variable "value" does not exist.', 32, $this->getSourceContext()); })())); |
|
127 | 143 | echo "() — <em>Method in class "; |
128 | - echo $context["__internal_351d30495b226f3f6aab1ed2b80d7044af729b76f061877fc02bc5b20e6949bc"]->macro_class_link(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () { throw new Twig_Error_Runtime('Variable "value" does not exist.', 32, $this->getSourceContext()); })()), "class", array())); |
|
144 | + echo $context["__internal_351d30495b226f3f6aab1ed2b80d7044af729b76f061877fc02bc5b20e6949bc"]->macro_class_link(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () |
|
145 | + { |
|
146 | +throw new Twig_Error_Runtime('Variable "value" does not exist.', 32, $this->getSourceContext()); })()), "class", array())); |
|
129 | 147 | echo "</em></dt> |
130 | 148 | <dd>"; |
131 | 149 | // line 33 |
132 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () { throw new Twig_Error_Runtime('Variable "value" does not exist.', 33, $this->getSourceContext()); })()), "shortdesc", array()), twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () { throw new Twig_Error_Runtime('Variable "value" does not exist.', 33, $this->getSourceContext()); })()), "class", array())); |
|
150 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () |
|
151 | + { |
|
152 | +throw new Twig_Error_Runtime('Variable "value" does not exist.', 33, $this->getSourceContext()); })()), "shortdesc", array()), twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () |
|
153 | + { |
|
154 | +throw new Twig_Error_Runtime('Variable "value" does not exist.', 33, $this->getSourceContext()); })()), "class", array())); |
|
133 | 155 | echo "</dd>"; |
134 | - } elseif (("property" == // line 34 |
|
135 | -(isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () { throw new Twig_Error_Runtime('Variable "type" does not exist.', 34, $this->getSourceContext()); })()))) { |
|
156 | + } |
|
157 | + elseif (("property" == // line 34 |
|
158 | +(isset($context["type"]) || array_key_exists("type", $context) ? $context["type"] : (function () |
|
159 | +{ |
|
160 | +throw new Twig_Error_Runtime('Variable "type" does not exist.', 34, $this->getSourceContext()); })()))) { |
|
136 | 161 | // line 35 |
137 | 162 | echo "<dt>\$"; |
138 | - echo $context["__internal_351d30495b226f3f6aab1ed2b80d7044af729b76f061877fc02bc5b20e6949bc"]->macro_property_link((isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () { throw new Twig_Error_Runtime('Variable "value" does not exist.', 35, $this->getSourceContext()); })())); |
|
163 | + echo $context["__internal_351d30495b226f3f6aab1ed2b80d7044af729b76f061877fc02bc5b20e6949bc"]->macro_property_link((isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () |
|
164 | + { |
|
165 | +throw new Twig_Error_Runtime('Variable "value" does not exist.', 35, $this->getSourceContext()); })())); |
|
139 | 166 | echo " — <em>Property in class "; |
140 | - echo $context["__internal_351d30495b226f3f6aab1ed2b80d7044af729b76f061877fc02bc5b20e6949bc"]->macro_class_link(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () { throw new Twig_Error_Runtime('Variable "value" does not exist.', 35, $this->getSourceContext()); })()), "class", array())); |
|
167 | + echo $context["__internal_351d30495b226f3f6aab1ed2b80d7044af729b76f061877fc02bc5b20e6949bc"]->macro_class_link(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () |
|
168 | + { |
|
169 | +throw new Twig_Error_Runtime('Variable "value" does not exist.', 35, $this->getSourceContext()); })()), "class", array())); |
|
141 | 170 | echo "</em></dt> |
142 | 171 | <dd>"; |
143 | 172 | // line 36 |
144 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () { throw new Twig_Error_Runtime('Variable "value" does not exist.', 36, $this->getSourceContext()); })()), "shortdesc", array()), twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () { throw new Twig_Error_Runtime('Variable "value" does not exist.', 36, $this->getSourceContext()); })()), "class", array())); |
|
173 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () |
|
174 | + { |
|
175 | +throw new Twig_Error_Runtime('Variable "value" does not exist.', 36, $this->getSourceContext()); })()), "shortdesc", array()), twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["value"]) || array_key_exists("value", $context) ? $context["value"] : (function () |
|
176 | + { |
|
177 | +throw new Twig_Error_Runtime('Variable "value" does not exist.', 36, $this->getSourceContext()); })()), "class", array())); |
|
145 | 178 | echo "</dd>"; |
146 | 179 | } |
147 | 180 | } |
@@ -156,23 +189,19 @@ discard block |
||
156 | 189 | $context = array_intersect_key($context, $_parent) + $_parent; |
157 | 190 | } |
158 | 191 | |
159 | - public function getTemplateName() |
|
160 | - { |
|
192 | + public function getTemplateName() { |
|
161 | 193 | return "doc-index.twig"; |
162 | 194 | } |
163 | 195 | |
164 | - public function isTraitable() |
|
165 | - { |
|
196 | + public function isTraitable() { |
|
166 | 197 | return false; |
167 | 198 | } |
168 | 199 | |
169 | - public function getDebugInfo() |
|
170 | - { |
|
200 | + public function getDebugInfo() { |
|
171 | 201 | return array ( 152 => 39, 144 => 36, 137 => 35, 135 => 34, 132 => 33, 125 => 32, 123 => 31, 120 => 30, 111 => 29, 109 => 28, 107 => 27, 105 => 26, 101 => 25, 94 => 23, 90 => 22, 86 => 20, 80 => 19, 72 => 17, 64 => 15, 61 => 14, 57 => 13, 49 => 7, 46 => 6, 40 => 4, 33 => 3, 29 => 1, 27 => 2, 11 => 1,); |
172 | 202 | } |
173 | 203 | |
174 | - public function getSourceContext() |
|
175 | - { |
|
204 | + public function getSourceContext() { |
|
176 | 205 | return new Twig_Source("{% extends \"layout/layout.twig\" %} |
177 | 206 | {% from \"macros.twig\" import class_link, namespace_link, method_link, property_link %} |
178 | 207 | {% block title %}Index | {{ parent() }}{% endblock %} |
@@ -3,8 +3,7 @@ discard block |
||
3 | 3 | /* namespace.twig */ |
4 | 4 | class __TwigTemplate_9ed5ad35b12f734b4f1460a4c46f927a638cca26e2b3cac7b371d06ed8e6913e extends Twig_Template |
5 | 5 | { |
6 | - public function __construct(Twig_Environment $env) |
|
7 | - { |
|
6 | + public function __construct(Twig_Environment $env) { |
|
8 | 7 | parent::__construct($env); |
9 | 8 | |
10 | 9 | // line 1 |
@@ -18,13 +17,11 @@ discard block |
||
18 | 17 | ); |
19 | 18 | } |
20 | 19 | |
21 | - protected function doGetParent(array $context) |
|
22 | - { |
|
20 | + protected function doGetParent(array $context) { |
|
23 | 21 | return "layout/layout.twig"; |
24 | 22 | } |
25 | 23 | |
26 | - protected function doDisplay(array $context, array $blocks = array()) |
|
27 | - { |
|
24 | + protected function doDisplay(array $context, array $blocks = array()) { |
|
28 | 25 | // line 2 |
29 | 26 | $context["__internal_084c0a9b4751f3912921b1f087047d19c4c1f20b347dd6cee5246a93c0cb9eed"] = $this->loadTemplate("macros.twig", "namespace.twig", 2); |
30 | 27 | // line 1 |
@@ -32,35 +29,37 @@ discard block |
||
32 | 29 | } |
33 | 30 | |
34 | 31 | // line 3 |
35 | - public function block_title($context, array $blocks = array()) |
|
36 | - { |
|
37 | - echo (isset($context["namespace"]) || array_key_exists("namespace", $context) ? $context["namespace"] : (function () { throw new Twig_Error_Runtime('Variable "namespace" does not exist.', 3, $this->getSourceContext()); })()); |
|
32 | + public function block_title($context, array $blocks = array()) { |
|
33 | + echo (isset($context["namespace"]) || array_key_exists("namespace", $context) ? $context["namespace"] : (function () |
|
34 | + { |
|
35 | +throw new Twig_Error_Runtime('Variable "namespace" does not exist.', 3, $this->getSourceContext()); })()); |
|
38 | 36 | echo " | "; |
39 | 37 | $this->displayParentBlock("title", $context, $blocks); |
40 | 38 | } |
41 | 39 | |
42 | 40 | // line 4 |
43 | - public function block_body_class($context, array $blocks = array()) |
|
44 | - { |
|
41 | + public function block_body_class($context, array $blocks = array()) { |
|
45 | 42 | echo "namespace"; |
46 | 43 | } |
47 | 44 | |
48 | 45 | // line 5 |
49 | - public function block_page_id($context, array $blocks = array()) |
|
50 | - { |
|
51 | - echo twig_escape_filter($this->env, ("namespace:" . twig_replace_filter((isset($context["namespace"]) || array_key_exists("namespace", $context) ? $context["namespace"] : (function () { throw new Twig_Error_Runtime('Variable "namespace" does not exist.', 5, $this->getSourceContext()); })()), array("\\" => "_"))), "html", null, true); |
|
46 | + public function block_page_id($context, array $blocks = array()) { |
|
47 | + echo twig_escape_filter($this->env, ("namespace:" . twig_replace_filter((isset($context["namespace"]) || array_key_exists("namespace", $context) ? $context["namespace"] : (function () |
|
48 | + { |
|
49 | +throw new Twig_Error_Runtime('Variable "namespace" does not exist.', 5, $this->getSourceContext()); })()), array("\\" => "_"))), "html", null, true); |
|
52 | 50 | } |
53 | 51 | |
54 | 52 | // line 7 |
55 | - public function block_below_menu($context, array $blocks = array()) |
|
56 | - { |
|
53 | + public function block_below_menu($context, array $blocks = array()) { |
|
57 | 54 | // line 8 |
58 | 55 | echo " <div class=\"namespace-breadcrumbs\"> |
59 | 56 | <ol class=\"breadcrumb\"> |
60 | 57 | <li><span class=\"label label-default\">Namespace</span></li> |
61 | 58 | "; |
62 | 59 | // line 11 |
63 | - echo $context["__internal_084c0a9b4751f3912921b1f087047d19c4c1f20b347dd6cee5246a93c0cb9eed"]->macro_breadcrumbs((isset($context["namespace"]) || array_key_exists("namespace", $context) ? $context["namespace"] : (function () { throw new Twig_Error_Runtime('Variable "namespace" does not exist.', 11, $this->getSourceContext()); })())); |
|
60 | + echo $context["__internal_084c0a9b4751f3912921b1f087047d19c4c1f20b347dd6cee5246a93c0cb9eed"]->macro_breadcrumbs((isset($context["namespace"]) || array_key_exists("namespace", $context) ? $context["namespace"] : (function () |
|
61 | + { |
|
62 | +throw new Twig_Error_Runtime('Variable "namespace" does not exist.', 11, $this->getSourceContext()); })())); |
|
64 | 63 | echo " |
65 | 64 | </ol> |
66 | 65 | </div> |
@@ -68,27 +67,32 @@ discard block |
||
68 | 67 | } |
69 | 68 | |
70 | 69 | // line 16 |
71 | - public function block_page_content($context, array $blocks = array()) |
|
72 | - { |
|
70 | + public function block_page_content($context, array $blocks = array()) { |
|
73 | 71 | // line 17 |
74 | 72 | echo " |
75 | 73 | <div class=\"page-header\"> |
76 | 74 | <h1>"; |
77 | 75 | // line 19 |
78 | - echo (isset($context["namespace"]) || array_key_exists("namespace", $context) ? $context["namespace"] : (function () { throw new Twig_Error_Runtime('Variable "namespace" does not exist.', 19, $this->getSourceContext()); })()); |
|
76 | + echo (isset($context["namespace"]) || array_key_exists("namespace", $context) ? $context["namespace"] : (function () |
|
77 | + { |
|
78 | +throw new Twig_Error_Runtime('Variable "namespace" does not exist.', 19, $this->getSourceContext()); })()); |
|
79 | 79 | echo "</h1> |
80 | 80 | </div> |
81 | 81 | |
82 | 82 | "; |
83 | 83 | // line 22 |
84 | - if ((isset($context["subnamespaces"]) || array_key_exists("subnamespaces", $context) ? $context["subnamespaces"] : (function () { throw new Twig_Error_Runtime('Variable "subnamespaces" does not exist.', 22, $this->getSourceContext()); })())) { |
|
84 | + if ((isset($context["subnamespaces"]) || array_key_exists("subnamespaces", $context) ? $context["subnamespaces"] : (function () |
|
85 | + { |
|
86 | +throw new Twig_Error_Runtime('Variable "subnamespaces" does not exist.', 22, $this->getSourceContext()); })())) { |
|
85 | 87 | // line 23 |
86 | 88 | echo " <h2>Namespaces</h2> |
87 | 89 | <div class=\"namespace-list\"> |
88 | 90 | "; |
89 | 91 | // line 25 |
90 | 92 | $context['_parent'] = $context; |
91 | - $context['_seq'] = twig_ensure_traversable((isset($context["subnamespaces"]) || array_key_exists("subnamespaces", $context) ? $context["subnamespaces"] : (function () { throw new Twig_Error_Runtime('Variable "subnamespaces" does not exist.', 25, $this->getSourceContext()); })())); |
|
93 | + $context['_seq'] = twig_ensure_traversable((isset($context["subnamespaces"]) || array_key_exists("subnamespaces", $context) ? $context["subnamespaces"] : (function () |
|
94 | + { |
|
95 | +throw new Twig_Error_Runtime('Variable "subnamespaces" does not exist.', 25, $this->getSourceContext()); })())); |
|
92 | 96 | foreach ($context['_seq'] as $context["_key"] => $context["ns"]) { |
93 | 97 | echo $context["__internal_084c0a9b4751f3912921b1f087047d19c4c1f20b347dd6cee5246a93c0cb9eed"]->macro_namespace_link($context["ns"]); |
94 | 98 | } |
@@ -103,12 +107,16 @@ discard block |
||
103 | 107 | echo " |
104 | 108 | "; |
105 | 109 | // line 29 |
106 | - if ((isset($context["classes"]) || array_key_exists("classes", $context) ? $context["classes"] : (function () { throw new Twig_Error_Runtime('Variable "classes" does not exist.', 29, $this->getSourceContext()); })())) { |
|
110 | + if ((isset($context["classes"]) || array_key_exists("classes", $context) ? $context["classes"] : (function () |
|
111 | + { |
|
112 | +throw new Twig_Error_Runtime('Variable "classes" does not exist.', 29, $this->getSourceContext()); })())) { |
|
107 | 113 | // line 30 |
108 | 114 | echo " <h2>Classes</h2> |
109 | 115 | "; |
110 | 116 | // line 31 |
111 | - echo $context["__internal_084c0a9b4751f3912921b1f087047d19c4c1f20b347dd6cee5246a93c0cb9eed"]->macro_render_classes((isset($context["classes"]) || array_key_exists("classes", $context) ? $context["classes"] : (function () { throw new Twig_Error_Runtime('Variable "classes" does not exist.', 31, $this->getSourceContext()); })())); |
|
117 | + echo $context["__internal_084c0a9b4751f3912921b1f087047d19c4c1f20b347dd6cee5246a93c0cb9eed"]->macro_render_classes((isset($context["classes"]) || array_key_exists("classes", $context) ? $context["classes"] : (function () |
|
118 | + { |
|
119 | +throw new Twig_Error_Runtime('Variable "classes" does not exist.', 31, $this->getSourceContext()); })())); |
|
112 | 120 | echo " |
113 | 121 | "; |
114 | 122 | } |
@@ -116,12 +124,16 @@ discard block |
||
116 | 124 | echo " |
117 | 125 | "; |
118 | 126 | // line 34 |
119 | - if ((isset($context["interfaces"]) || array_key_exists("interfaces", $context) ? $context["interfaces"] : (function () { throw new Twig_Error_Runtime('Variable "interfaces" does not exist.', 34, $this->getSourceContext()); })())) { |
|
127 | + if ((isset($context["interfaces"]) || array_key_exists("interfaces", $context) ? $context["interfaces"] : (function () |
|
128 | + { |
|
129 | +throw new Twig_Error_Runtime('Variable "interfaces" does not exist.', 34, $this->getSourceContext()); })())) { |
|
120 | 130 | // line 35 |
121 | 131 | echo " <h2>Interfaces</h2> |
122 | 132 | "; |
123 | 133 | // line 36 |
124 | - echo $context["__internal_084c0a9b4751f3912921b1f087047d19c4c1f20b347dd6cee5246a93c0cb9eed"]->macro_render_classes((isset($context["interfaces"]) || array_key_exists("interfaces", $context) ? $context["interfaces"] : (function () { throw new Twig_Error_Runtime('Variable "interfaces" does not exist.', 36, $this->getSourceContext()); })())); |
|
134 | + echo $context["__internal_084c0a9b4751f3912921b1f087047d19c4c1f20b347dd6cee5246a93c0cb9eed"]->macro_render_classes((isset($context["interfaces"]) || array_key_exists("interfaces", $context) ? $context["interfaces"] : (function () |
|
135 | + { |
|
136 | +throw new Twig_Error_Runtime('Variable "interfaces" does not exist.', 36, $this->getSourceContext()); })())); |
|
125 | 137 | echo " |
126 | 138 | "; |
127 | 139 | } |
@@ -129,12 +141,16 @@ discard block |
||
129 | 141 | echo " |
130 | 142 | "; |
131 | 143 | // line 39 |
132 | - if ((isset($context["exceptions"]) || array_key_exists("exceptions", $context) ? $context["exceptions"] : (function () { throw new Twig_Error_Runtime('Variable "exceptions" does not exist.', 39, $this->getSourceContext()); })())) { |
|
144 | + if ((isset($context["exceptions"]) || array_key_exists("exceptions", $context) ? $context["exceptions"] : (function () |
|
145 | + { |
|
146 | +throw new Twig_Error_Runtime('Variable "exceptions" does not exist.', 39, $this->getSourceContext()); })())) { |
|
133 | 147 | // line 40 |
134 | 148 | echo " <h2>Exceptions</h2> |
135 | 149 | "; |
136 | 150 | // line 41 |
137 | - echo $context["__internal_084c0a9b4751f3912921b1f087047d19c4c1f20b347dd6cee5246a93c0cb9eed"]->macro_render_classes((isset($context["exceptions"]) || array_key_exists("exceptions", $context) ? $context["exceptions"] : (function () { throw new Twig_Error_Runtime('Variable "exceptions" does not exist.', 41, $this->getSourceContext()); })())); |
|
151 | + echo $context["__internal_084c0a9b4751f3912921b1f087047d19c4c1f20b347dd6cee5246a93c0cb9eed"]->macro_render_classes((isset($context["exceptions"]) || array_key_exists("exceptions", $context) ? $context["exceptions"] : (function () |
|
152 | + { |
|
153 | +throw new Twig_Error_Runtime('Variable "exceptions" does not exist.', 41, $this->getSourceContext()); })())); |
|
138 | 154 | echo " |
139 | 155 | "; |
140 | 156 | } |
@@ -143,23 +159,19 @@ discard block |
||
143 | 159 | "; |
144 | 160 | } |
145 | 161 | |
146 | - public function getTemplateName() |
|
147 | - { |
|
162 | + public function getTemplateName() { |
|
148 | 163 | return "namespace.twig"; |
149 | 164 | } |
150 | 165 | |
151 | - public function isTraitable() |
|
152 | - { |
|
166 | + public function isTraitable() { |
|
153 | 167 | return false; |
154 | 168 | } |
155 | 169 | |
156 | - public function getDebugInfo() |
|
157 | - { |
|
170 | + public function getDebugInfo() { |
|
158 | 171 | return array ( 142 => 43, 137 => 41, 134 => 40, 132 => 39, 129 => 38, 124 => 36, 121 => 35, 119 => 34, 116 => 33, 111 => 31, 108 => 30, 106 => 29, 103 => 28, 99 => 26, 90 => 25, 86 => 23, 84 => 22, 78 => 19, 74 => 17, 71 => 16, 63 => 11, 58 => 8, 55 => 7, 49 => 5, 43 => 4, 35 => 3, 31 => 1, 29 => 2, 11 => 1,); |
159 | 172 | } |
160 | 173 | |
161 | - public function getSourceContext() |
|
162 | - { |
|
174 | + public function getSourceContext() { |
|
163 | 175 | return new Twig_Source("{% extends \"layout/layout.twig\" %} |
164 | 176 | {% from \"macros.twig\" import breadcrumbs, render_classes, class_link, namespace_link %} |
165 | 177 | {% block title %}{{ namespace|raw }} | {{ parent() }}{% endblock %} |
@@ -3,8 +3,7 @@ discard block |
||
3 | 3 | /* class.twig */ |
4 | 4 | class __TwigTemplate_1373a0924e16564e79f9cba7ce87feb91dde921516d40ff0ea35e47cc583926c extends Twig_Template |
5 | 5 | { |
6 | - public function __construct(Twig_Environment $env) |
|
7 | - { |
|
6 | + public function __construct(Twig_Environment $env) { |
|
8 | 7 | parent::__construct($env); |
9 | 8 | |
10 | 9 | // line 1 |
@@ -30,13 +29,11 @@ discard block |
||
30 | 29 | ); |
31 | 30 | } |
32 | 31 | |
33 | - protected function doGetParent(array $context) |
|
34 | - { |
|
32 | + protected function doGetParent(array $context) { |
|
35 | 33 | return "layout/layout.twig"; |
36 | 34 | } |
37 | 35 | |
38 | - protected function doDisplay(array $context, array $blocks = array()) |
|
39 | - { |
|
36 | + protected function doDisplay(array $context, array $blocks = array()) { |
|
40 | 37 | // line 2 |
41 | 38 | $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"] = $this->loadTemplate("macros.twig", "class.twig", 2); |
42 | 39 | // line 1 |
@@ -44,45 +41,53 @@ discard block |
||
44 | 41 | } |
45 | 42 | |
46 | 43 | // line 3 |
47 | - public function block_title($context, array $blocks = array()) |
|
48 | - { |
|
49 | - echo (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 3, $this->getSourceContext()); })()); |
|
44 | + public function block_title($context, array $blocks = array()) { |
|
45 | + echo (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
46 | + { |
|
47 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 3, $this->getSourceContext()); })()); |
|
50 | 48 | echo " | "; |
51 | 49 | $this->displayParentBlock("title", $context, $blocks); |
52 | 50 | } |
53 | 51 | |
54 | 52 | // line 4 |
55 | - public function block_body_class($context, array $blocks = array()) |
|
56 | - { |
|
53 | + public function block_body_class($context, array $blocks = array()) { |
|
57 | 54 | echo "class"; |
58 | 55 | } |
59 | 56 | |
60 | 57 | // line 5 |
61 | - public function block_page_id($context, array $blocks = array()) |
|
62 | - { |
|
63 | - echo twig_escape_filter($this->env, ("class:" . twig_replace_filter(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 5, $this->getSourceContext()); })()), "name", array()), array("\\" => "_"))), "html", null, true); |
|
58 | + public function block_page_id($context, array $blocks = array()) { |
|
59 | + echo twig_escape_filter($this->env, ("class:" . twig_replace_filter(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
60 | + { |
|
61 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 5, $this->getSourceContext()); })()), "name", array()), array("\\" => "_"))), "html", null, true); |
|
64 | 62 | } |
65 | 63 | |
66 | 64 | // line 7 |
67 | - public function block_below_menu($context, array $blocks = array()) |
|
68 | - { |
|
65 | + public function block_below_menu($context, array $blocks = array()) { |
|
69 | 66 | // line 8 |
70 | 67 | echo " "; |
71 | - if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 8, $this->getSourceContext()); })()), "namespace", array())) { |
|
68 | + if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
69 | + { |
|
70 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 8, $this->getSourceContext()); })()), "namespace", array())) { |
|
72 | 71 | // line 9 |
73 | 72 | echo " <div class=\"namespace-breadcrumbs\"> |
74 | 73 | <ol class=\"breadcrumb\"> |
75 | 74 | <li><span class=\"label label-default\">"; |
76 | 75 | // line 11 |
77 | - echo twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 11, $this->getSourceContext()); })()), "categoryName", array()); |
|
76 | + echo twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
77 | + { |
|
78 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 11, $this->getSourceContext()); })()), "categoryName", array()); |
|
78 | 79 | echo "</span></li> |
79 | 80 | "; |
80 | 81 | // line 12 |
81 | - echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_breadcrumbs(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 12, $this->getSourceContext()); })()), "namespace", array())); |
|
82 | + echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_breadcrumbs(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
83 | + { |
|
84 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 12, $this->getSourceContext()); })()), "namespace", array())); |
|
82 | 85 | echo " |
83 | 86 | <li>"; |
84 | 87 | // line 13 |
85 | - echo twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 13, $this->getSourceContext()); })()), "shortname", array()); |
|
88 | + echo twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
89 | + { |
|
90 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 13, $this->getSourceContext()); })()), "shortname", array()); |
|
86 | 91 | echo "</li> |
87 | 92 | </ol> |
88 | 93 | </div> |
@@ -91,19 +96,22 @@ discard block |
||
91 | 96 | } |
92 | 97 | |
93 | 98 | // line 19 |
94 | - public function block_page_content($context, array $blocks = array()) |
|
95 | - { |
|
99 | + public function block_page_content($context, array $blocks = array()) { |
|
96 | 100 | // line 20 |
97 | 101 | echo " |
98 | 102 | <div class=\"page-header\"> |
99 | 103 | <h1> |
100 | 104 | "; |
101 | 105 | // line 23 |
102 | - echo twig_last($this->env, twig_split_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 23, $this->getSourceContext()); })()), "name", array()), "\\")); |
|
106 | + echo twig_last($this->env, twig_split_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
107 | + { |
|
108 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 23, $this->getSourceContext()); })()), "name", array()), "\\")); |
|
103 | 109 | echo " |
104 | 110 | "; |
105 | 111 | // line 24 |
106 | - echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_deprecated((isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 24, $this->getSourceContext()); })())); |
|
112 | + echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_deprecated((isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
113 | + { |
|
114 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 24, $this->getSourceContext()); })())); |
|
107 | 115 | echo " |
108 | 116 | </h1> |
109 | 117 | </div> |
@@ -115,28 +123,46 @@ discard block |
||
115 | 123 | |
116 | 124 | "; |
117 | 125 | // line 30 |
118 | - echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_deprecations((isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 30, $this->getSourceContext()); })())); |
|
126 | + echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_deprecations((isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
127 | + { |
|
128 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 30, $this->getSourceContext()); })())); |
|
119 | 129 | echo " |
120 | 130 | |
121 | 131 | "; |
122 | 132 | // line 32 |
123 | - if ((twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 32, $this->getSourceContext()); })()), "shortdesc", array()) || twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 32, $this->getSourceContext()); })()), "longdesc", array()))) { |
|
133 | + if ((twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
134 | + { |
|
135 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 32, $this->getSourceContext()); })()), "shortdesc", array()) || twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
136 | + { |
|
137 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 32, $this->getSourceContext()); })()), "longdesc", array()))) { |
|
124 | 138 | // line 33 |
125 | 139 | echo " <div class=\"description\"> |
126 | 140 | "; |
127 | 141 | // line 34 |
128 | - if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 34, $this->getSourceContext()); })()), "shortdesc", array())) { |
|
142 | + if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
143 | + { |
|
144 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 34, $this->getSourceContext()); })()), "shortdesc", array())) { |
|
129 | 145 | // line 35 |
130 | 146 | echo "<p>"; |
131 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 35, $this->getSourceContext()); })()), "shortdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 35, $this->getSourceContext()); })())); |
|
147 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
148 | + { |
|
149 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 35, $this->getSourceContext()); })()), "shortdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
150 | + { |
|
151 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 35, $this->getSourceContext()); })())); |
|
132 | 152 | echo "</p>"; |
133 | 153 | } |
134 | 154 | // line 37 |
135 | 155 | echo " "; |
136 | - if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 37, $this->getSourceContext()); })()), "longdesc", array())) { |
|
156 | + if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
157 | + { |
|
158 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 37, $this->getSourceContext()); })()), "longdesc", array())) { |
|
137 | 159 | // line 38 |
138 | 160 | echo "<p>"; |
139 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 38, $this->getSourceContext()); })()), "longdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 38, $this->getSourceContext()); })())); |
|
161 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
162 | + { |
|
163 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 38, $this->getSourceContext()); })()), "longdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
164 | + { |
|
165 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 38, $this->getSourceContext()); })())); |
|
140 | 166 | echo "</p>"; |
141 | 167 | } |
142 | 168 | // line 40 |
@@ -147,13 +173,17 @@ discard block |
||
147 | 173 | echo " |
148 | 174 | "; |
149 | 175 | // line 43 |
150 | - if ((isset($context["traits"]) || array_key_exists("traits", $context) ? $context["traits"] : (function () { throw new Twig_Error_Runtime('Variable "traits" does not exist.', 43, $this->getSourceContext()); })())) { |
|
176 | + if ((isset($context["traits"]) || array_key_exists("traits", $context) ? $context["traits"] : (function () |
|
177 | + { |
|
178 | +throw new Twig_Error_Runtime('Variable "traits" does not exist.', 43, $this->getSourceContext()); })())) { |
|
151 | 179 | // line 44 |
152 | 180 | echo " <h2>Traits</h2> |
153 | 181 | |
154 | 182 | "; |
155 | 183 | // line 46 |
156 | - echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_render_classes((isset($context["traits"]) || array_key_exists("traits", $context) ? $context["traits"] : (function () { throw new Twig_Error_Runtime('Variable "traits" does not exist.', 46, $this->getSourceContext()); })())); |
|
184 | + echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_render_classes((isset($context["traits"]) || array_key_exists("traits", $context) ? $context["traits"] : (function () |
|
185 | + { |
|
186 | +throw new Twig_Error_Runtime('Variable "traits" does not exist.', 46, $this->getSourceContext()); })())); |
|
157 | 187 | echo " |
158 | 188 | "; |
159 | 189 | } |
@@ -161,7 +191,9 @@ discard block |
||
161 | 191 | echo " |
162 | 192 | "; |
163 | 193 | // line 49 |
164 | - if ((isset($context["constants"]) || array_key_exists("constants", $context) ? $context["constants"] : (function () { throw new Twig_Error_Runtime('Variable "constants" does not exist.', 49, $this->getSourceContext()); })())) { |
|
194 | + if ((isset($context["constants"]) || array_key_exists("constants", $context) ? $context["constants"] : (function () |
|
195 | + { |
|
196 | +throw new Twig_Error_Runtime('Variable "constants" does not exist.', 49, $this->getSourceContext()); })())) { |
|
165 | 197 | // line 50 |
166 | 198 | echo " <h2>Constants</h2> |
167 | 199 | |
@@ -175,7 +207,9 @@ discard block |
||
175 | 207 | echo " |
176 | 208 | "; |
177 | 209 | // line 55 |
178 | - if ((isset($context["properties"]) || array_key_exists("properties", $context) ? $context["properties"] : (function () { throw new Twig_Error_Runtime('Variable "properties" does not exist.', 55, $this->getSourceContext()); })())) { |
|
210 | + if ((isset($context["properties"]) || array_key_exists("properties", $context) ? $context["properties"] : (function () |
|
211 | + { |
|
212 | +throw new Twig_Error_Runtime('Variable "properties" does not exist.', 55, $this->getSourceContext()); })())) { |
|
179 | 213 | // line 56 |
180 | 214 | echo " <h2>Properties</h2> |
181 | 215 | |
@@ -189,7 +223,9 @@ discard block |
||
189 | 223 | echo " |
190 | 224 | "; |
191 | 225 | // line 61 |
192 | - if ((isset($context["methods"]) || array_key_exists("methods", $context) ? $context["methods"] : (function () { throw new Twig_Error_Runtime('Variable "methods" does not exist.', 61, $this->getSourceContext()); })())) { |
|
226 | + if ((isset($context["methods"]) || array_key_exists("methods", $context) ? $context["methods"] : (function () |
|
227 | + { |
|
228 | +throw new Twig_Error_Runtime('Variable "methods" does not exist.', 61, $this->getSourceContext()); })())) { |
|
193 | 229 | // line 62 |
194 | 230 | echo " <h2>Methods</h2> |
195 | 231 | |
@@ -212,34 +248,49 @@ discard block |
||
212 | 248 | } |
213 | 249 | |
214 | 250 | // line 73 |
215 | - public function block_class_signature($context, array $blocks = array()) |
|
216 | - { |
|
251 | + public function block_class_signature($context, array $blocks = array()) { |
|
217 | 252 | // line 74 |
218 | - if (( !twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 74, $this->getSourceContext()); })()), "interface", array()) && twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 74, $this->getSourceContext()); })()), "abstract", array()))) { |
|
253 | + if (( !twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
254 | + { |
|
255 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 74, $this->getSourceContext()); })()), "interface", array()) && twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
256 | + { |
|
257 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 74, $this->getSourceContext()); })()), "abstract", array()))) { |
|
219 | 258 | echo "abstract "; |
220 | 259 | } |
221 | 260 | // line 75 |
222 | 261 | echo " "; |
223 | - echo twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 75, $this->getSourceContext()); })()), "categoryName", array()); |
|
262 | + echo twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
263 | + { |
|
264 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 75, $this->getSourceContext()); })()), "categoryName", array()); |
|
224 | 265 | echo " |
225 | 266 | <strong>"; |
226 | 267 | // line 76 |
227 | - echo twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 76, $this->getSourceContext()); })()), "shortname", array()); |
|
268 | + echo twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
269 | + { |
|
270 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 76, $this->getSourceContext()); })()), "shortname", array()); |
|
228 | 271 | echo "</strong>"; |
229 | 272 | // line 77 |
230 | - if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 77, $this->getSourceContext()); })()), "parent", array())) { |
|
273 | + if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
274 | + { |
|
275 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 77, $this->getSourceContext()); })()), "parent", array())) { |
|
231 | 276 | // line 78 |
232 | 277 | echo " extends "; |
233 | - echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_class_link(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 78, $this->getSourceContext()); })()), "parent", array())); |
|
278 | + echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_class_link(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
279 | + { |
|
280 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 78, $this->getSourceContext()); })()), "parent", array())); |
|
234 | 281 | } |
235 | 282 | // line 80 |
236 | - if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 80, $this->getSourceContext()); })()), "interfaces", array())) > 0)) { |
|
283 | + if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
284 | + { |
|
285 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 80, $this->getSourceContext()); })()), "interfaces", array())) > 0)) { |
|
237 | 286 | // line 81 |
238 | 287 | echo " implements |
239 | 288 | "; |
240 | 289 | // line 82 |
241 | 290 | $context['_parent'] = $context; |
242 | - $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 82, $this->getSourceContext()); })()), "interfaces", array())); |
|
291 | + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
292 | + { |
|
293 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 82, $this->getSourceContext()); })()), "interfaces", array())); |
|
243 | 294 | $context['loop'] = array( |
244 | 295 | 'parent' => $context['_parent'], |
245 | 296 | 'index0' => 0, |
@@ -274,71 +325,92 @@ discard block |
||
274 | 325 | $context = array_intersect_key($context, $_parent) + $_parent; |
275 | 326 | } |
276 | 327 | // line 87 |
277 | - echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_source_link((isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 87, $this->getSourceContext()); })()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 87, $this->getSourceContext()); })())); |
|
328 | + echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_source_link((isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () |
|
329 | + { |
|
330 | +throw new Twig_Error_Runtime('Variable "project" does not exist.', 87, $this->getSourceContext()); })()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
331 | + { |
|
332 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 87, $this->getSourceContext()); })())); |
|
278 | 333 | echo " |
279 | 334 | "; |
280 | 335 | } |
281 | 336 | |
282 | 337 | // line 90 |
283 | - public function block_method_signature($context, array $blocks = array()) |
|
284 | - { |
|
338 | + public function block_method_signature($context, array $blocks = array()) { |
|
285 | 339 | // 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())) { |
|
340 | + if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
341 | + { |
|
342 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 91, $this->getSourceContext()); })()), "final", array())) { |
|
287 | 343 | echo "final"; |
288 | 344 | } |
289 | 345 | // line 92 |
290 | 346 | 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())) { |
|
347 | + if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
348 | + { |
|
349 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 92, $this->getSourceContext()); })()), "abstract", array())) { |
|
292 | 350 | echo "abstract"; |
293 | 351 | } |
294 | 352 | // line 93 |
295 | 353 | 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())) { |
|
354 | + if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
355 | + { |
|
356 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 93, $this->getSourceContext()); })()), "static", array())) { |
|
297 | 357 | echo "static"; |
298 | 358 | } |
299 | 359 | // line 94 |
300 | 360 | 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())) { |
|
361 | + if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
362 | + { |
|
363 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 94, $this->getSourceContext()); })()), "protected", array())) { |
|
302 | 364 | echo "protected"; |
303 | 365 | } |
304 | 366 | // line 95 |
305 | 367 | 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())) { |
|
368 | + if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
369 | + { |
|
370 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 95, $this->getSourceContext()); })()), "private", array())) { |
|
307 | 371 | echo "private"; |
308 | 372 | } |
309 | 373 | // line 96 |
310 | 374 | 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())); |
|
375 | + 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 () |
|
376 | + { |
|
377 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 96, $this->getSourceContext()); })()), "hint", array())); |
|
312 | 378 | echo " |
313 | 379 | <strong>"; |
314 | 380 | // line 97 |
315 | - echo 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.', 97, $this->getSourceContext()); })()), "name", array()); |
|
381 | + echo twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
382 | + { |
|
383 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 97, $this->getSourceContext()); })()), "name", array()); |
|
316 | 384 | echo "</strong>"; |
317 | 385 | $this->displayBlock("method_parameters_signature", $context, $blocks); |
318 | 386 | } |
319 | 387 | |
320 | 388 | // line 100 |
321 | - public function block_method_parameters_signature($context, array $blocks = array()) |
|
322 | - { |
|
389 | + public function block_method_parameters_signature($context, array $blocks = array()) { |
|
323 | 390 | // line 101 |
324 | 391 | $context["__internal_e5526c505280ad0bbf95d58362fb9bb28353f075e956801d475b1e1d91892a94"] = $this->loadTemplate("macros.twig", "class.twig", 101); |
325 | 392 | // line 102 |
326 | - echo $context["__internal_e5526c505280ad0bbf95d58362fb9bb28353f075e956801d475b1e1d91892a94"]->macro_method_parameters_signature((isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () { throw new Twig_Error_Runtime('Variable "method" does not exist.', 102, $this->getSourceContext()); })())); |
|
393 | + echo $context["__internal_e5526c505280ad0bbf95d58362fb9bb28353f075e956801d475b1e1d91892a94"]->macro_method_parameters_signature((isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
394 | + { |
|
395 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 102, $this->getSourceContext()); })())); |
|
327 | 396 | echo " |
328 | 397 | "; |
329 | 398 | // line 103 |
330 | - echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_deprecated((isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () { throw new Twig_Error_Runtime('Variable "method" does not exist.', 103, $this->getSourceContext()); })())); |
|
399 | + echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_deprecated((isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
400 | + { |
|
401 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 103, $this->getSourceContext()); })())); |
|
331 | 402 | } |
332 | 403 | |
333 | 404 | // line 106 |
334 | - public function block_parameters($context, array $blocks = array()) |
|
335 | - { |
|
405 | + public function block_parameters($context, array $blocks = array()) { |
|
336 | 406 | // line 107 |
337 | 407 | echo " <table class=\"table table-condensed\"> |
338 | 408 | "; |
339 | 409 | // line 108 |
340 | 410 | $context['_parent'] = $context; |
341 | - $context['_seq'] = twig_ensure_traversable(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.', 108, $this->getSourceContext()); })()), "parameters", array())); |
|
411 | + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
412 | + { |
|
413 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 108, $this->getSourceContext()); })()), "parameters", array())); |
|
342 | 414 | foreach ($context['_seq'] as $context["_key"] => $context["parameter"]) { |
343 | 415 | // line 109 |
344 | 416 | echo " <tr> |
@@ -354,7 +426,9 @@ discard block |
||
354 | 426 | echo "</td> |
355 | 427 | <td>"; |
356 | 428 | // line 112 |
357 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["parameter"], "shortdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 112, $this->getSourceContext()); })())); |
|
429 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["parameter"], "shortdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
430 | + { |
|
431 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 112, $this->getSourceContext()); })())); |
|
358 | 432 | echo "</td> |
359 | 433 | </tr> |
360 | 434 | "; |
@@ -368,18 +442,23 @@ discard block |
||
368 | 442 | } |
369 | 443 | |
370 | 444 | // line 118 |
371 | - public function block_return($context, array $blocks = array()) |
|
372 | - { |
|
445 | + public function block_return($context, array $blocks = array()) { |
|
373 | 446 | // line 119 |
374 | 447 | echo " <table class=\"table table-condensed\"> |
375 | 448 | <tr> |
376 | 449 | <td>"; |
377 | 450 | // line 121 |
378 | - 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.', 121, $this->getSourceContext()); })()), "hint", array())); |
|
451 | + 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 () |
|
452 | + { |
|
453 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 121, $this->getSourceContext()); })()), "hint", array())); |
|
379 | 454 | echo "</td> |
380 | 455 | <td>"; |
381 | 456 | // line 122 |
382 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, 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.', 122, $this->getSourceContext()); })()), "hintDesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 122, $this->getSourceContext()); })())); |
|
457 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
458 | + { |
|
459 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 122, $this->getSourceContext()); })()), "hintDesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
460 | + { |
|
461 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 122, $this->getSourceContext()); })())); |
|
383 | 462 | echo "</td> |
384 | 463 | </tr> |
385 | 464 | </table> |
@@ -387,14 +466,15 @@ discard block |
||
387 | 466 | } |
388 | 467 | |
389 | 468 | // line 127 |
390 | - public function block_exceptions($context, array $blocks = array()) |
|
391 | - { |
|
469 | + public function block_exceptions($context, array $blocks = array()) { |
|
392 | 470 | // line 128 |
393 | 471 | echo " <table class=\"table table-condensed\"> |
394 | 472 | "; |
395 | 473 | // line 129 |
396 | 474 | $context['_parent'] = $context; |
397 | - $context['_seq'] = twig_ensure_traversable(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.', 129, $this->getSourceContext()); })()), "exceptions", array())); |
|
475 | + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
476 | + { |
|
477 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 129, $this->getSourceContext()); })()), "exceptions", array())); |
|
398 | 478 | foreach ($context['_seq'] as $context["_key"] => $context["exception"]) { |
399 | 479 | // line 130 |
400 | 480 | echo " <tr> |
@@ -404,7 +484,9 @@ discard block |
||
404 | 484 | echo "</td> |
405 | 485 | <td>"; |
406 | 486 | // line 132 |
407 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["exception"], 1, array(), "array"), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 132, $this->getSourceContext()); })())); |
|
487 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["exception"], 1, array(), "array"), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
488 | + { |
|
489 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 132, $this->getSourceContext()); })())); |
|
408 | 490 | echo "</td> |
409 | 491 | </tr> |
410 | 492 | "; |
@@ -418,14 +500,15 @@ discard block |
||
418 | 500 | } |
419 | 501 | |
420 | 502 | // line 138 |
421 | - public function block_see($context, array $blocks = array()) |
|
422 | - { |
|
503 | + public function block_see($context, array $blocks = array()) { |
|
423 | 504 | // line 139 |
424 | 505 | echo " <table class=\"table table-condensed\"> |
425 | 506 | "; |
426 | 507 | // line 140 |
427 | 508 | $context['_parent'] = $context; |
428 | - $context['_seq'] = twig_ensure_traversable(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.', 140, $this->getSourceContext()); })()), "tags", array(0 => "see"), "method")); |
|
509 | + $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
510 | + { |
|
511 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 140, $this->getSourceContext()); })()), "tags", array(0 => "see"), "method")); |
|
429 | 512 | foreach ($context['_seq'] as $context["_key"] => $context["tag"]) { |
430 | 513 | // line 141 |
431 | 514 | echo " <tr> |
@@ -449,14 +532,15 @@ discard block |
||
449 | 532 | } |
450 | 533 | |
451 | 534 | // line 149 |
452 | - public function block_constants($context, array $blocks = array()) |
|
453 | - { |
|
535 | + public function block_constants($context, array $blocks = array()) { |
|
454 | 536 | // line 150 |
455 | 537 | echo " <table class=\"table table-condensed\"> |
456 | 538 | "; |
457 | 539 | // line 151 |
458 | 540 | $context['_parent'] = $context; |
459 | - $context['_seq'] = twig_ensure_traversable((isset($context["constants"]) || array_key_exists("constants", $context) ? $context["constants"] : (function () { throw new Twig_Error_Runtime('Variable "constants" does not exist.', 151, $this->getSourceContext()); })())); |
|
541 | + $context['_seq'] = twig_ensure_traversable((isset($context["constants"]) || array_key_exists("constants", $context) ? $context["constants"] : (function () |
|
542 | + { |
|
543 | +throw new Twig_Error_Runtime('Variable "constants" does not exist.', 151, $this->getSourceContext()); })())); |
|
460 | 544 | foreach ($context['_seq'] as $context["_key"] => $context["constant"]) { |
461 | 545 | // line 152 |
462 | 546 | echo " <tr> |
@@ -467,11 +551,15 @@ discard block |
||
467 | 551 | <td class=\"last\"> |
468 | 552 | <p><em>"; |
469 | 553 | // line 155 |
470 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["constant"], "shortdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 155, $this->getSourceContext()); })())); |
|
554 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["constant"], "shortdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
555 | + { |
|
556 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 155, $this->getSourceContext()); })())); |
|
471 | 557 | echo "</em></p> |
472 | 558 | <p>"; |
473 | 559 | // line 156 |
474 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["constant"], "longdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 156, $this->getSourceContext()); })())); |
|
560 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["constant"], "longdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
561 | + { |
|
562 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 156, $this->getSourceContext()); })())); |
|
475 | 563 | echo "</p> |
476 | 564 | </td> |
477 | 565 | </tr> |
@@ -486,14 +574,15 @@ discard block |
||
486 | 574 | } |
487 | 575 | |
488 | 576 | // line 163 |
489 | - public function block_properties($context, array $blocks = array()) |
|
490 | - { |
|
577 | + public function block_properties($context, array $blocks = array()) { |
|
491 | 578 | // line 164 |
492 | 579 | echo " <table class=\"table table-condensed\"> |
493 | 580 | "; |
494 | 581 | // line 165 |
495 | 582 | $context['_parent'] = $context; |
496 | - $context['_seq'] = twig_ensure_traversable((isset($context["properties"]) || array_key_exists("properties", $context) ? $context["properties"] : (function () { throw new Twig_Error_Runtime('Variable "properties" does not exist.', 165, $this->getSourceContext()); })())); |
|
583 | + $context['_seq'] = twig_ensure_traversable((isset($context["properties"]) || array_key_exists("properties", $context) ? $context["properties"] : (function () |
|
584 | + { |
|
585 | +throw new Twig_Error_Runtime('Variable "properties" does not exist.', 165, $this->getSourceContext()); })())); |
|
497 | 586 | foreach ($context['_seq'] as $context["_key"] => $context["property"]) { |
498 | 587 | // line 166 |
499 | 588 | echo " <tr> |
@@ -527,11 +616,15 @@ discard block |
||
527 | 616 | echo "</td> |
528 | 617 | <td class=\"last\">"; |
529 | 618 | // line 174 |
530 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["property"], "shortdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 174, $this->getSourceContext()); })())); |
|
619 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["property"], "shortdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
620 | + { |
|
621 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 174, $this->getSourceContext()); })())); |
|
531 | 622 | echo "</td> |
532 | 623 | <td>"; |
533 | 624 | // line 176 |
534 | - if ( !(twig_get_attribute($this->env, $this->getSourceContext(), $context["property"], "class", array()) === (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 176, $this->getSourceContext()); })()))) { |
|
625 | + if ( !(twig_get_attribute($this->env, $this->getSourceContext(), $context["property"], "class", array()) === (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
626 | + { |
|
627 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 176, $this->getSourceContext()); })()))) { |
|
535 | 628 | // line 177 |
536 | 629 | echo "<small>from "; |
537 | 630 | echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_property_link($context["property"], false, true); |
@@ -551,14 +644,15 @@ discard block |
||
551 | 644 | } |
552 | 645 | |
553 | 646 | // line 185 |
554 | - public function block_methods($context, array $blocks = array()) |
|
555 | - { |
|
647 | + public function block_methods($context, array $blocks = array()) { |
|
556 | 648 | // line 186 |
557 | 649 | echo " <div class=\"container-fluid underlined\"> |
558 | 650 | "; |
559 | 651 | // line 187 |
560 | 652 | $context['_parent'] = $context; |
561 | - $context['_seq'] = twig_ensure_traversable((isset($context["methods"]) || array_key_exists("methods", $context) ? $context["methods"] : (function () { throw new Twig_Error_Runtime('Variable "methods" does not exist.', 187, $this->getSourceContext()); })())); |
|
653 | + $context['_seq'] = twig_ensure_traversable((isset($context["methods"]) || array_key_exists("methods", $context) ? $context["methods"] : (function () |
|
654 | + { |
|
655 | +throw new Twig_Error_Runtime('Variable "methods" does not exist.', 187, $this->getSourceContext()); })())); |
|
562 | 656 | $context['loop'] = array( |
563 | 657 | 'parent' => $context['_parent'], |
564 | 658 | 'index0' => 0, |
@@ -599,17 +693,22 @@ discard block |
||
599 | 693 | // line 195 |
600 | 694 | echo " <p class=\"no-description\">No description</p> |
601 | 695 | "; |
602 | - } else { |
|
696 | + } |
|
697 | + else { |
|
603 | 698 | // line 197 |
604 | 699 | echo " <p>"; |
605 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["method"], "shortdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 197, $this->getSourceContext()); })())); |
|
700 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["method"], "shortdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
701 | + { |
|
702 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 197, $this->getSourceContext()); })())); |
|
606 | 703 | echo "</p>"; |
607 | 704 | } |
608 | 705 | // line 199 |
609 | 706 | echo " </div> |
610 | 707 | <div class=\"col-md-2\">"; |
611 | 708 | // line 201 |
612 | - if ( !(twig_get_attribute($this->env, $this->getSourceContext(), $context["method"], "class", array()) === (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 201, $this->getSourceContext()); })()))) { |
|
709 | + if ( !(twig_get_attribute($this->env, $this->getSourceContext(), $context["method"], "class", array()) === (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
710 | + { |
|
711 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 201, $this->getSourceContext()); })()))) { |
|
613 | 712 | // line 202 |
614 | 713 | echo "<small>from "; |
615 | 714 | echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_method_link($context["method"], false, true); |
@@ -637,14 +736,15 @@ discard block |
||
637 | 736 | } |
638 | 737 | |
639 | 738 | // line 210 |
640 | - public function block_methods_details($context, array $blocks = array()) |
|
641 | - { |
|
739 | + public function block_methods_details($context, array $blocks = array()) { |
|
642 | 740 | // line 211 |
643 | 741 | echo " <div id=\"method-details\"> |
644 | 742 | "; |
645 | 743 | // line 212 |
646 | 744 | $context['_parent'] = $context; |
647 | - $context['_seq'] = twig_ensure_traversable((isset($context["methods"]) || array_key_exists("methods", $context) ? $context["methods"] : (function () { throw new Twig_Error_Runtime('Variable "methods" does not exist.', 212, $this->getSourceContext()); })())); |
|
745 | + $context['_seq'] = twig_ensure_traversable((isset($context["methods"]) || array_key_exists("methods", $context) ? $context["methods"] : (function () |
|
746 | + { |
|
747 | +throw new Twig_Error_Runtime('Variable "methods" does not exist.', 212, $this->getSourceContext()); })())); |
|
648 | 748 | $context['loop'] = array( |
649 | 749 | 'parent' => $context['_parent'], |
650 | 750 | 'index0' => 0, |
@@ -685,21 +785,30 @@ discard block |
||
685 | 785 | } |
686 | 786 | |
687 | 787 | // line 220 |
688 | - public function block_method($context, array $blocks = array()) |
|
689 | - { |
|
788 | + public function block_method($context, array $blocks = array()) { |
|
690 | 789 | // line 221 |
691 | 790 | echo " <h3 id=\"method_"; |
692 | - echo 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.', 221, $this->getSourceContext()); })()), "name", array()); |
|
791 | + echo twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
792 | + { |
|
793 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 221, $this->getSourceContext()); })()), "name", array()); |
|
693 | 794 | echo "\"> |
694 | 795 | <div class=\"location\">"; |
695 | 796 | // line 222 |
696 | - 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.', 222, $this->getSourceContext()); })()), "class", array()) === (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 222, $this->getSourceContext()); })()))) { |
|
797 | + if ( !(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
798 | + { |
|
799 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 222, $this->getSourceContext()); })()), "class", array()) === (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
800 | + { |
|
801 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 222, $this->getSourceContext()); })()))) { |
|
697 | 802 | echo "in "; |
698 | - echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_method_link((isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () { throw new Twig_Error_Runtime('Variable "method" does not exist.', 222, $this->getSourceContext()); })()), false, true); |
|
803 | + echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_method_link((isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
804 | + { |
|
805 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 222, $this->getSourceContext()); })()), false, true); |
|
699 | 806 | echo " "; |
700 | 807 | } |
701 | 808 | echo "at "; |
702 | - echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_method_source_link((isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () { throw new Twig_Error_Runtime('Variable "method" does not exist.', 222, $this->getSourceContext()); })())); |
|
809 | + echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_method_source_link((isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
810 | + { |
|
811 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 222, $this->getSourceContext()); })())); |
|
703 | 812 | echo "</div> |
704 | 813 | <code>"; |
705 | 814 | // line 223 |
@@ -709,35 +818,58 @@ discard block |
||
709 | 818 | <div class=\"details\"> |
710 | 819 | "; |
711 | 820 | // line 226 |
712 | - echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_deprecations((isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () { throw new Twig_Error_Runtime('Variable "method" does not exist.', 226, $this->getSourceContext()); })())); |
|
821 | + echo $context["__internal_44e5e6177e45d071724fe0d806624d3473537ea7355a32a2b1910210ba605d22"]->macro_deprecations((isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
822 | + { |
|
823 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 226, $this->getSourceContext()); })())); |
|
713 | 824 | echo " |
714 | 825 | |
715 | 826 | "; |
716 | 827 | // line 228 |
717 | - 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.', 228, $this->getSourceContext()); })()), "shortdesc", array()) || 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.', 228, $this->getSourceContext()); })()), "longdesc", array()))) { |
|
828 | + if ((twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
829 | + { |
|
830 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 228, $this->getSourceContext()); })()), "shortdesc", array()) || twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
831 | + { |
|
832 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 228, $this->getSourceContext()); })()), "longdesc", array()))) { |
|
718 | 833 | // line 229 |
719 | 834 | echo " <div class=\"method-description\"> |
720 | 835 | "; |
721 | 836 | // line 230 |
722 | - 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.', 230, $this->getSourceContext()); })()), "shortdesc", array()) && !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.', 230, $this->getSourceContext()); })()), "longdesc", array()))) { |
|
837 | + if (( !twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
838 | + { |
|
839 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 230, $this->getSourceContext()); })()), "shortdesc", array()) && !twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
840 | + { |
|
841 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 230, $this->getSourceContext()); })()), "longdesc", array()))) { |
|
723 | 842 | // line 231 |
724 | 843 | echo " <p class=\"no-description\">No description</p> |
725 | 844 | "; |
726 | - } else { |
|
845 | + } |
|
846 | + else { |
|
727 | 847 | // line 233 |
728 | 848 | echo " "; |
729 | - 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.', 233, $this->getSourceContext()); })()), "shortdesc", array())) { |
|
849 | + if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
850 | + { |
|
851 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 233, $this->getSourceContext()); })()), "shortdesc", array())) { |
|
730 | 852 | // line 234 |
731 | 853 | echo "<p>"; |
732 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, 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.', 234, $this->getSourceContext()); })()), "shortdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 234, $this->getSourceContext()); })())); |
|
854 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
855 | + { |
|
856 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 234, $this->getSourceContext()); })()), "shortdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
857 | + { |
|
858 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 234, $this->getSourceContext()); })())); |
|
733 | 859 | echo "</p>"; |
734 | 860 | } |
735 | 861 | // line 236 |
736 | 862 | echo " "; |
737 | - 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.', 236, $this->getSourceContext()); })()), "longdesc", array())) { |
|
863 | + if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
864 | + { |
|
865 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 236, $this->getSourceContext()); })()), "longdesc", array())) { |
|
738 | 866 | // line 237 |
739 | 867 | echo "<p>"; |
740 | - echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, 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.', 237, $this->getSourceContext()); })()), "longdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () { throw new Twig_Error_Runtime('Variable "class" does not exist.', 237, $this->getSourceContext()); })())); |
|
868 | + echo $this->env->getExtension('Sami\Renderer\TwigExtension')->parseDesc($context, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
869 | + { |
|
870 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 237, $this->getSourceContext()); })()), "longdesc", array()), (isset($context["class"]) || array_key_exists("class", $context) ? $context["class"] : (function () |
|
871 | + { |
|
872 | +throw new Twig_Error_Runtime('Variable "class" does not exist.', 237, $this->getSourceContext()); })())); |
|
741 | 873 | echo "</p>"; |
742 | 874 | } |
743 | 875 | } |
@@ -749,7 +881,9 @@ discard block |
||
749 | 881 | echo " <div class=\"tags\"> |
750 | 882 | "; |
751 | 883 | // line 243 |
752 | - 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.', 243, $this->getSourceContext()); })()), "parameters", array())) { |
|
884 | + if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
885 | + { |
|
886 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 243, $this->getSourceContext()); })()), "parameters", array())) { |
|
753 | 887 | // line 244 |
754 | 888 | echo " <h4>Parameters</h4> |
755 | 889 | |
@@ -763,7 +897,11 @@ discard block |
||
763 | 897 | echo " |
764 | 898 | "; |
765 | 899 | // line 249 |
766 | - 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.', 249, $this->getSourceContext()); })()), "hintDesc", array()) || 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.', 249, $this->getSourceContext()); })()), "hint", array()))) { |
|
900 | + if ((twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
901 | + { |
|
902 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 249, $this->getSourceContext()); })()), "hintDesc", array()) || twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
903 | + { |
|
904 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 249, $this->getSourceContext()); })()), "hint", array()))) { |
|
767 | 905 | // line 250 |
768 | 906 | echo " <h4>Return Value</h4> |
769 | 907 | |
@@ -777,7 +915,9 @@ discard block |
||
777 | 915 | echo " |
778 | 916 | "; |
779 | 917 | // line 255 |
780 | - 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.', 255, $this->getSourceContext()); })()), "exceptions", array())) { |
|
918 | + if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
919 | + { |
|
920 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 255, $this->getSourceContext()); })()), "exceptions", array())) { |
|
781 | 921 | // line 256 |
782 | 922 | echo " <h4>Exceptions</h4> |
783 | 923 | |
@@ -791,7 +931,9 @@ discard block |
||
791 | 931 | echo " |
792 | 932 | "; |
793 | 933 | // line 261 |
794 | - 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.', 261, $this->getSourceContext()); })()), "tags", array(0 => "see"), "method")) { |
|
934 | + if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["method"]) || array_key_exists("method", $context) ? $context["method"] : (function () |
|
935 | + { |
|
936 | +throw new Twig_Error_Runtime('Variable "method" does not exist.', 261, $this->getSourceContext()); })()), "tags", array(0 => "see"), "method")) { |
|
795 | 937 | // line 262 |
796 | 938 | echo " <h4>See also</h4> |
797 | 939 | |
@@ -807,23 +949,19 @@ discard block |
||
807 | 949 | "; |
808 | 950 | } |
809 | 951 | |
810 | - public function getTemplateName() |
|
811 | - { |
|
952 | + public function getTemplateName() { |
|
812 | 953 | return "class.twig"; |
813 | 954 | } |
814 | 955 | |
815 | - public function isTraitable() |
|
816 | - { |
|
956 | + public function isTraitable() { |
|
817 | 957 | return false; |
818 | 958 | } |
819 | 959 | |
820 | - public function getDebugInfo() |
|
821 | - { |
|
960 | + public function getDebugInfo() { |
|
822 | 961 | return array ( 805 => 266, 800 => 264, 796 => 262, 794 => 261, 791 => 260, 786 => 258, 782 => 256, 780 => 255, 777 => 254, 772 => 252, 768 => 250, 766 => 249, 763 => 248, 758 => 246, 754 => 244, 752 => 243, 749 => 242, 745 => 240, 739 => 237, 736 => 236, 731 => 234, 728 => 233, 724 => 231, 722 => 230, 719 => 229, 717 => 228, 712 => 226, 706 => 223, 696 => 222, 691 => 221, 688 => 220, 683 => 217, 666 => 214, 663 => 213, 646 => 212, 643 => 211, 640 => 210, 635 => 207, 619 => 204, 614 => 202, 612 => 201, 609 => 199, 604 => 197, 600 => 195, 598 => 194, 590 => 193, 581 => 190, 577 => 188, 560 => 187, 557 => 186, 554 => 185, 549 => 182, 541 => 179, 536 => 177, 534 => 176, 530 => 174, 526 => 173, 520 => 171, 515 => 170, 510 => 169, 506 => 168, 502 => 167, 499 => 166, 495 => 165, 492 => 164, 489 => 163, 484 => 160, 474 => 156, 470 => 155, 465 => 153, 462 => 152, 458 => 151, 455 => 150, 452 => 149, 447 => 146, 438 => 143, 434 => 142, 431 => 141, 427 => 140, 424 => 139, 421 => 138, 416 => 135, 407 => 132, 403 => 131, 400 => 130, 396 => 129, 393 => 128, 390 => 127, 382 => 122, 378 => 121, 374 => 119, 371 => 118, 366 => 115, 357 => 112, 353 => 111, 347 => 110, 344 => 109, 340 => 108, 337 => 107, 334 => 106, 330 => 103, 326 => 102, 324 => 101, 321 => 100, 315 => 97, 310 => 96, 305 => 95, 300 => 94, 295 => 93, 290 => 92, 286 => 91, 283 => 90, 277 => 87, 260 => 84, 258 => 83, 241 => 82, 238 => 81, 236 => 80, 232 => 78, 230 => 77, 227 => 76, 222 => 75, 218 => 74, 215 => 73, 210 => 70, 205 => 68, 198 => 64, 194 => 62, 192 => 61, 189 => 60, 184 => 58, 180 => 56, 178 => 55, 175 => 54, 170 => 52, 166 => 50, 164 => 49, 161 => 48, 156 => 46, 152 => 44, 150 => 43, 147 => 42, 143 => 40, 138 => 38, 135 => 37, 130 => 35, 128 => 34, 125 => 33, 123 => 32, 118 => 30, 113 => 28, 106 => 24, 102 => 23, 97 => 20, 94 => 19, 85 => 13, 81 => 12, 77 => 11, 73 => 9, 70 => 8, 67 => 7, 61 => 5, 55 => 4, 47 => 3, 43 => 1, 41 => 2, 11 => 1,); |
823 | 962 | } |
824 | 963 | |
825 | - public function getSourceContext() |
|
826 | - { |
|
964 | + public function getSourceContext() { |
|
827 | 965 | return new Twig_Source("{% extends \"layout/layout.twig\" %} |
828 | 966 | {% from \"macros.twig\" import render_classes, breadcrumbs, namespace_link, class_link, property_link, method_link, hint_link, source_link, method_source_link, deprecated, deprecations %} |
829 | 967 | {% block title %}{{ class|raw }} | {{ parent() }}{% endblock %} |
@@ -3,8 +3,7 @@ discard block |
||
3 | 3 | /* namespaces.twig */ |
4 | 4 | class __TwigTemplate_7b8f7f2f528d58b505743fb65d39227a6a06db1375e25a34ce46d4e331f6e74c extends Twig_Template |
5 | 5 | { |
6 | - public function __construct(Twig_Environment $env) |
|
7 | - { |
|
6 | + public function __construct(Twig_Environment $env) { |
|
8 | 7 | parent::__construct($env); |
9 | 8 | |
10 | 9 | // line 1 |
@@ -16,32 +15,27 @@ discard block |
||
16 | 15 | ); |
17 | 16 | } |
18 | 17 | |
19 | - protected function doGetParent(array $context) |
|
20 | - { |
|
18 | + protected function doGetParent(array $context) { |
|
21 | 19 | return "layout/layout.twig"; |
22 | 20 | } |
23 | 21 | |
24 | - protected function doDisplay(array $context, array $blocks = array()) |
|
25 | - { |
|
22 | + protected function doDisplay(array $context, array $blocks = array()) { |
|
26 | 23 | $this->parent->display($context, array_merge($this->blocks, $blocks)); |
27 | 24 | } |
28 | 25 | |
29 | 26 | // line 2 |
30 | - public function block_title($context, array $blocks = array()) |
|
31 | - { |
|
27 | + public function block_title($context, array $blocks = array()) { |
|
32 | 28 | echo "Namespaces | "; |
33 | 29 | $this->displayParentBlock("title", $context, $blocks); |
34 | 30 | } |
35 | 31 | |
36 | 32 | // line 3 |
37 | - public function block_body_class($context, array $blocks = array()) |
|
38 | - { |
|
33 | + public function block_body_class($context, array $blocks = array()) { |
|
39 | 34 | echo "namespaces"; |
40 | 35 | } |
41 | 36 | |
42 | 37 | // line 5 |
43 | - public function block_page_content($context, array $blocks = array()) |
|
44 | - { |
|
38 | + public function block_page_content($context, array $blocks = array()) { |
|
45 | 39 | // line 6 |
46 | 40 | echo " <div class=\"page-header\"> |
47 | 41 | <h1>Namespaces</h1> |
@@ -49,7 +43,9 @@ discard block |
||
49 | 43 | |
50 | 44 | "; |
51 | 45 | // line 10 |
52 | - if ((isset($context["namespaces"]) || array_key_exists("namespaces", $context) ? $context["namespaces"] : (function () { throw new Twig_Error_Runtime('Variable "namespaces" does not exist.', 10, $this->getSourceContext()); })())) { |
|
46 | + if ((isset($context["namespaces"]) || array_key_exists("namespaces", $context) ? $context["namespaces"] : (function () |
|
47 | + { |
|
48 | +throw new Twig_Error_Runtime('Variable "namespaces" does not exist.', 10, $this->getSourceContext()); })())) { |
|
53 | 49 | // line 11 |
54 | 50 | echo " <div class=\"namespaces clearfix\"> |
55 | 51 | "; |
@@ -58,29 +54,41 @@ discard block |
||
58 | 54 | // line 13 |
59 | 55 | echo " "; |
60 | 56 | $context['_parent'] = $context; |
61 | - $context['_seq'] = twig_ensure_traversable((isset($context["namespaces"]) || array_key_exists("namespaces", $context) ? $context["namespaces"] : (function () { throw new Twig_Error_Runtime('Variable "namespaces" does not exist.', 13, $this->getSourceContext()); })())); |
|
57 | + $context['_seq'] = twig_ensure_traversable((isset($context["namespaces"]) || array_key_exists("namespaces", $context) ? $context["namespaces"] : (function () |
|
58 | + { |
|
59 | +throw new Twig_Error_Runtime('Variable "namespaces" does not exist.', 13, $this->getSourceContext()); })())); |
|
62 | 60 | foreach ($context['_seq'] as $context["_key"] => $context["namespace"]) { |
63 | 61 | // line 14 |
64 | 62 | echo " "; |
65 | 63 | $context["top_level"] = twig_first($this->env, twig_split_filter($this->env, $context["namespace"], "\\")); |
66 | 64 | // line 15 |
67 | 65 | echo " "; |
68 | - if (((isset($context["top_level"]) || array_key_exists("top_level", $context) ? $context["top_level"] : (function () { throw new Twig_Error_Runtime('Variable "top_level" does not exist.', 15, $this->getSourceContext()); })()) != (isset($context["last_name"]) || array_key_exists("last_name", $context) ? $context["last_name"] : (function () { throw new Twig_Error_Runtime('Variable "last_name" does not exist.', 15, $this->getSourceContext()); })()))) { |
|
66 | + if (((isset($context["top_level"]) || array_key_exists("top_level", $context) ? $context["top_level"] : (function () |
|
67 | + { |
|
68 | +throw new Twig_Error_Runtime('Variable "top_level" does not exist.', 15, $this->getSourceContext()); })()) != (isset($context["last_name"]) || array_key_exists("last_name", $context) ? $context["last_name"] : (function () |
|
69 | + { |
|
70 | +throw new Twig_Error_Runtime('Variable "last_name" does not exist.', 15, $this->getSourceContext()); })()))) { |
|
69 | 71 | // line 16 |
70 | 72 | echo " "; |
71 | - if ((isset($context["last_name"]) || array_key_exists("last_name", $context) ? $context["last_name"] : (function () { throw new Twig_Error_Runtime('Variable "last_name" does not exist.', 16, $this->getSourceContext()); })())) { |
|
73 | + if ((isset($context["last_name"]) || array_key_exists("last_name", $context) ? $context["last_name"] : (function () |
|
74 | + { |
|
75 | +throw new Twig_Error_Runtime('Variable "last_name" does not exist.', 16, $this->getSourceContext()); })())) { |
|
72 | 76 | echo "</ul></div>"; |
73 | 77 | } |
74 | 78 | // line 17 |
75 | 79 | echo " <div class=\"namespace-container\"> |
76 | 80 | <h2>"; |
77 | 81 | // line 18 |
78 | - echo (isset($context["top_level"]) || array_key_exists("top_level", $context) ? $context["top_level"] : (function () { throw new Twig_Error_Runtime('Variable "top_level" does not exist.', 18, $this->getSourceContext()); })()); |
|
82 | + echo (isset($context["top_level"]) || array_key_exists("top_level", $context) ? $context["top_level"] : (function () |
|
83 | + { |
|
84 | +throw new Twig_Error_Runtime('Variable "top_level" does not exist.', 18, $this->getSourceContext()); })()); |
|
79 | 85 | echo "</h2> |
80 | 86 | <ul> |
81 | 87 | "; |
82 | 88 | // line 20 |
83 | - $context["last_name"] = (isset($context["top_level"]) || array_key_exists("top_level", $context) ? $context["top_level"] : (function () { throw new Twig_Error_Runtime('Variable "top_level" does not exist.', 20, $this->getSourceContext()); })()); |
|
89 | + $context["last_name"] = (isset($context["top_level"]) || array_key_exists("top_level", $context) ? $context["top_level"] : (function () |
|
90 | + { |
|
91 | +throw new Twig_Error_Runtime('Variable "top_level" does not exist.', 20, $this->getSourceContext()); })()); |
|
84 | 92 | // line 21 |
85 | 93 | echo " "; |
86 | 94 | } |
@@ -106,23 +114,19 @@ discard block |
||
106 | 114 | "; |
107 | 115 | } |
108 | 116 | |
109 | - public function getTemplateName() |
|
110 | - { |
|
117 | + public function getTemplateName() { |
|
111 | 118 | return "namespaces.twig"; |
112 | 119 | } |
113 | 120 | |
114 | - public function isTraitable() |
|
115 | - { |
|
121 | + public function isTraitable() { |
|
116 | 122 | return false; |
117 | 123 | } |
118 | 124 | |
119 | - public function getDebugInfo() |
|
120 | - { |
|
125 | + public function getDebugInfo() { |
|
121 | 126 | return array ( 105 => 28, 99 => 24, 88 => 22, 85 => 21, 83 => 20, 78 => 18, 75 => 17, 70 => 16, 67 => 15, 64 => 14, 59 => 13, 57 => 12, 54 => 11, 52 => 10, 46 => 6, 43 => 5, 37 => 3, 30 => 2, 11 => 1,); |
122 | 127 | } |
123 | 128 | |
124 | - public function getSourceContext() |
|
125 | - { |
|
129 | + public function getSourceContext() { |
|
126 | 130 | return new Twig_Source("{% extends \"layout/layout.twig\" %} |
127 | 131 | {% block title %}Namespaces | {{ parent() }}{% endblock %} |
128 | 132 | {% block body_class 'namespaces' %} |
@@ -3,8 +3,7 @@ discard block |
||
3 | 3 | /* search.twig */ |
4 | 4 | class __TwigTemplate_20bba254f5e2d1957ac85951a7e76ac1976eea949cce130b8fcfd9472c36fcd5 extends Twig_Template |
5 | 5 | { |
6 | - public function __construct(Twig_Environment $env) |
|
7 | - { |
|
6 | + public function __construct(Twig_Environment $env) { |
|
8 | 7 | parent::__construct($env); |
9 | 8 | |
10 | 9 | // line 1 |
@@ -17,13 +16,11 @@ discard block |
||
17 | 16 | ); |
18 | 17 | } |
19 | 18 | |
20 | - protected function doGetParent(array $context) |
|
21 | - { |
|
19 | + protected function doGetParent(array $context) { |
|
22 | 20 | return "layout/layout.twig"; |
23 | 21 | } |
24 | 22 | |
25 | - protected function doDisplay(array $context, array $blocks = array()) |
|
26 | - { |
|
23 | + protected function doDisplay(array $context, array $blocks = array()) { |
|
27 | 24 | // line 2 |
28 | 25 | $context["__internal_247206b2fb6c306c9cc662623e904e86fc4aa269da835e7e4875c7b0babdbb68"] = $this->loadTemplate("macros.twig", "search.twig", 2); |
29 | 26 | // line 1 |
@@ -31,21 +28,18 @@ discard block |
||
31 | 28 | } |
32 | 29 | |
33 | 30 | // line 3 |
34 | - public function block_title($context, array $blocks = array()) |
|
35 | - { |
|
31 | + public function block_title($context, array $blocks = array()) { |
|
36 | 32 | echo "Search | "; |
37 | 33 | $this->displayParentBlock("title", $context, $blocks); |
38 | 34 | } |
39 | 35 | |
40 | 36 | // line 4 |
41 | - public function block_body_class($context, array $blocks = array()) |
|
42 | - { |
|
37 | + public function block_body_class($context, array $blocks = array()) { |
|
43 | 38 | echo "search-page"; |
44 | 39 | } |
45 | 40 | |
46 | 41 | // line 6 |
47 | - public function block_page_content($context, array $blocks = array()) |
|
48 | - { |
|
42 | + public function block_page_content($context, array $blocks = array()) { |
|
49 | 43 | // line 7 |
50 | 44 | echo " |
51 | 45 | <div class=\"page-header\"> |
@@ -83,8 +77,7 @@ discard block |
||
83 | 77 | } |
84 | 78 | |
85 | 79 | // line 35 |
86 | - public function block_js_search($context, array $blocks = array()) |
|
87 | - { |
|
80 | + public function block_js_search($context, array $blocks = array()) { |
|
88 | 81 | // line 36 |
89 | 82 | echo " <script type=\"text/javascript\"> |
90 | 83 | |
@@ -141,23 +134,19 @@ discard block |
||
141 | 134 | "; |
142 | 135 | } |
143 | 136 | |
144 | - public function getTemplateName() |
|
145 | - { |
|
137 | + public function getTemplateName() { |
|
146 | 138 | return "search.twig"; |
147 | 139 | } |
148 | 140 | |
149 | - public function isTraitable() |
|
150 | - { |
|
141 | + public function isTraitable() { |
|
151 | 142 | return false; |
152 | 143 | } |
153 | 144 | |
154 | - public function getDebugInfo() |
|
155 | - { |
|
145 | + public function getDebugInfo() { |
|
156 | 146 | return array ( 89 => 36, 86 => 35, 79 => 31, 62 => 17, 50 => 7, 47 => 6, 41 => 4, 34 => 3, 30 => 1, 28 => 2, 11 => 1,); |
157 | 147 | } |
158 | 148 | |
159 | - public function getSourceContext() |
|
160 | - { |
|
149 | + public function getSourceContext() { |
|
161 | 150 | return new Twig_Source("{% extends \"layout/layout.twig\" %} |
162 | 151 | {% from \"macros.twig\" import class_link, namespace_link, method_link, property_link %} |
163 | 152 | {% block title %}Search | {{ parent() }}{% endblock %} |
@@ -3,8 +3,7 @@ discard block |
||
3 | 3 | /* opensearch.twig */ |
4 | 4 | class __TwigTemplate_38b46a007d69fcaef63805d5b1e5e1a6f5cc8171abc60d1a4639698b2792a1e2 extends Twig_Template |
5 | 5 | { |
6 | - public function __construct(Twig_Environment $env) |
|
7 | - { |
|
6 | + public function __construct(Twig_Environment $env) { |
|
8 | 7 | parent::__construct($env); |
9 | 8 | |
10 | 9 | $this->parent = false; |
@@ -13,41 +12,60 @@ discard block |
||
13 | 12 | ); |
14 | 13 | } |
15 | 14 | |
16 | - protected function doDisplay(array $context, array $blocks = array()) |
|
17 | - { |
|
15 | + protected function doDisplay(array $context, array $blocks = array()) { |
|
18 | 16 | // line 1 |
19 | - if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 1, $this->getSourceContext()); })()), "config", array(0 => "base_url"), "method")) { |
|
17 | + if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () |
|
18 | + { |
|
19 | +throw new Twig_Error_Runtime('Variable "project" does not exist.', 1, $this->getSourceContext()); })()), "config", array(0 => "base_url"), "method")) { |
|
20 | 20 | // line 2 |
21 | 21 | echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?> |
22 | 22 | <OpenSearchDescription xmlns=\"http://a9.com/-/spec/opensearch/1.1/\" xmlns:referrer=\"http://a9.com/-/opensearch/extensions/referrer/\"> |
23 | 23 | <ShortName>"; |
24 | 24 | // line 4 |
25 | - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 4, $this->getSourceContext()); })()), "config", array(0 => "title"), "method"), "html", null, true); |
|
25 | + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () |
|
26 | + { |
|
27 | +throw new Twig_Error_Runtime('Variable "project" does not exist.', 4, $this->getSourceContext()); })()), "config", array(0 => "title"), "method"), "html", null, true); |
|
26 | 28 | echo " ("; |
27 | - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 4, $this->getSourceContext()); })()), "version", array()), "html", null, true); |
|
29 | + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () |
|
30 | + { |
|
31 | +throw new Twig_Error_Runtime('Variable "project" does not exist.', 4, $this->getSourceContext()); })()), "version", array()), "html", null, true); |
|
28 | 32 | echo ")</ShortName> |
29 | 33 | <Description>Searches "; |
30 | 34 | // line 5 |
31 | - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 5, $this->getSourceContext()); })()), "config", array(0 => "title"), "method"), "html", null, true); |
|
35 | + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () |
|
36 | + { |
|
37 | +throw new Twig_Error_Runtime('Variable "project" does not exist.', 5, $this->getSourceContext()); })()), "config", array(0 => "title"), "method"), "html", null, true); |
|
32 | 38 | echo " ("; |
33 | - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 5, $this->getSourceContext()); })()), "version", array()), "html", null, true); |
|
39 | + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () |
|
40 | + { |
|
41 | +throw new Twig_Error_Runtime('Variable "project" does not exist.', 5, $this->getSourceContext()); })()), "version", array()), "html", null, true); |
|
34 | 42 | echo ")</Description> |
35 | 43 | <Tags>"; |
36 | 44 | // line 6 |
37 | - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 6, $this->getSourceContext()); })()), "config", array(0 => "title"), "method"), "html", null, true); |
|
45 | + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () |
|
46 | + { |
|
47 | +throw new Twig_Error_Runtime('Variable "project" does not exist.', 6, $this->getSourceContext()); })()), "config", array(0 => "title"), "method"), "html", null, true); |
|
38 | 48 | echo "</Tags> |
39 | 49 | "; |
40 | 50 | // line 7 |
41 | - if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 7, $this->getSourceContext()); })()), "config", array(0 => "favicon"), "method")) { |
|
51 | + if (twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () |
|
52 | + { |
|
53 | +throw new Twig_Error_Runtime('Variable "project" does not exist.', 7, $this->getSourceContext()); })()), "config", array(0 => "favicon"), "method")) { |
|
42 | 54 | // line 8 |
43 | 55 | echo "<Image height=\"16\" width=\"16\" type=\"image/x-icon\">"; |
44 | - echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 8, $this->getSourceContext()); })()), "config", array(0 => "favicon"), "method"), "html", null, true); |
|
56 | + echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () |
|
57 | + { |
|
58 | +throw new Twig_Error_Runtime('Variable "project" does not exist.', 8, $this->getSourceContext()); })()), "config", array(0 => "favicon"), "method"), "html", null, true); |
|
45 | 59 | echo "</Image> |
46 | 60 | "; |
47 | 61 | } |
48 | 62 | // line 10 |
49 | 63 | echo " <Url type=\"text/html\" method=\"GET\" template=\""; |
50 | - echo twig_escape_filter($this->env, (twig_replace_filter(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 10, $this->getSourceContext()); })()), "config", array(0 => "base_url"), "method"), array("%version%" => twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () { throw new Twig_Error_Runtime('Variable "project" does not exist.', 10, $this->getSourceContext()); })()), "version", array()))) . "/index.html?q={searchTerms}&src={referrer:source?}"), "html", null, true); |
|
64 | + echo twig_escape_filter($this->env, (twig_replace_filter(twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () |
|
65 | + { |
|
66 | +throw new Twig_Error_Runtime('Variable "project" does not exist.', 10, $this->getSourceContext()); })()), "config", array(0 => "base_url"), "method"), array("%version%" => twig_get_attribute($this->env, $this->getSourceContext(), (isset($context["project"]) || array_key_exists("project", $context) ? $context["project"] : (function () |
|
67 | + { |
|
68 | +throw new Twig_Error_Runtime('Variable "project" does not exist.', 10, $this->getSourceContext()); })()), "version", array()))) . "/index.html?q={searchTerms}&src={referrer:source?}"), "html", null, true); |
|
51 | 69 | echo "\"/> |
52 | 70 | <InputEncoding>UTF-8</InputEncoding> |
53 | 71 | <AdultContent>false</AdultContent> |
@@ -56,23 +74,19 @@ discard block |
||
56 | 74 | } |
57 | 75 | } |
58 | 76 | |
59 | - public function getTemplateName() |
|
60 | - { |
|
77 | + public function getTemplateName() { |
|
61 | 78 | return "opensearch.twig"; |
62 | 79 | } |
63 | 80 | |
64 | - public function isTraitable() |
|
65 | - { |
|
81 | + public function isTraitable() { |
|
66 | 82 | return false; |
67 | 83 | } |
68 | 84 | |
69 | - public function getDebugInfo() |
|
70 | - { |
|
85 | + public function getDebugInfo() { |
|
71 | 86 | return array ( 49 => 10, 43 => 8, 41 => 7, 37 => 6, 31 => 5, 25 => 4, 21 => 2, 19 => 1,); |
72 | 87 | } |
73 | 88 | |
74 | - public function getSourceContext() |
|
75 | - { |
|
89 | + public function getSourceContext() { |
|
76 | 90 | return new Twig_Source("{% if project.config('base_url') -%} |
77 | 91 | <?xml version=\"1.0\" encoding=\"UTF-8\"?> |
78 | 92 | <OpenSearchDescription xmlns=\"http://a9.com/-/spec/opensearch/1.1/\" xmlns:referrer=\"http://a9.com/-/opensearch/extensions/referrer/\"> |
@@ -3,8 +3,7 @@ discard block |
||
3 | 3 | /* classes.twig */ |
4 | 4 | class __TwigTemplate_ab4601bf8a07674f4e21d4f76939066cfe381615698bea7c87e0dd00dbfef66d extends Twig_Template |
5 | 5 | { |
6 | - public function __construct(Twig_Environment $env) |
|
7 | - { |
|
6 | + public function __construct(Twig_Environment $env) { |
|
8 | 7 | parent::__construct($env); |
9 | 8 | |
10 | 9 | // line 1 |
@@ -16,13 +15,11 @@ discard block |
||
16 | 15 | ); |
17 | 16 | } |
18 | 17 | |
19 | - protected function doGetParent(array $context) |
|
20 | - { |
|
18 | + protected function doGetParent(array $context) { |
|
21 | 19 | return "layout/layout.twig"; |
22 | 20 | } |
23 | 21 | |
24 | - protected function doDisplay(array $context, array $blocks = array()) |
|
25 | - { |
|
22 | + protected function doDisplay(array $context, array $blocks = array()) { |
|
26 | 23 | // line 2 |
27 | 24 | $context["__internal_3005c552368e06b3c8f14a54648ac7453460c4a8e7aa877fc8d33e00011a9dd3"] = $this->loadTemplate("macros.twig", "classes.twig", 2); |
28 | 25 | // line 1 |
@@ -30,21 +27,18 @@ discard block |
||
30 | 27 | } |
31 | 28 | |
32 | 29 | // line 3 |
33 | - public function block_title($context, array $blocks = array()) |
|
34 | - { |
|
30 | + public function block_title($context, array $blocks = array()) { |
|
35 | 31 | echo "All Classes | "; |
36 | 32 | $this->displayParentBlock("title", $context, $blocks); |
37 | 33 | } |
38 | 34 | |
39 | 35 | // line 4 |
40 | - public function block_body_class($context, array $blocks = array()) |
|
41 | - { |
|
36 | + public function block_body_class($context, array $blocks = array()) { |
|
42 | 37 | echo "classes"; |
43 | 38 | } |
44 | 39 | |
45 | 40 | // line 6 |
46 | - public function block_page_content($context, array $blocks = array()) |
|
47 | - { |
|
41 | + public function block_page_content($context, array $blocks = array()) { |
|
48 | 42 | // line 7 |
49 | 43 | echo " <div class=\"page-header\"> |
50 | 44 | <h1>Classes</h1> |
@@ -52,28 +46,26 @@ discard block |
||
52 | 46 | |
53 | 47 | "; |
54 | 48 | // line 11 |
55 | - echo $context["__internal_3005c552368e06b3c8f14a54648ac7453460c4a8e7aa877fc8d33e00011a9dd3"]->macro_render_classes((isset($context["classes"]) || array_key_exists("classes", $context) ? $context["classes"] : (function () { throw new Twig_Error_Runtime('Variable "classes" does not exist.', 11, $this->getSourceContext()); })())); |
|
49 | + echo $context["__internal_3005c552368e06b3c8f14a54648ac7453460c4a8e7aa877fc8d33e00011a9dd3"]->macro_render_classes((isset($context["classes"]) || array_key_exists("classes", $context) ? $context["classes"] : (function () |
|
50 | + { |
|
51 | +throw new Twig_Error_Runtime('Variable "classes" does not exist.', 11, $this->getSourceContext()); })())); |
|
56 | 52 | echo " |
57 | 53 | "; |
58 | 54 | } |
59 | 55 | |
60 | - public function getTemplateName() |
|
61 | - { |
|
56 | + public function getTemplateName() { |
|
62 | 57 | return "classes.twig"; |
63 | 58 | } |
64 | 59 | |
65 | - public function isTraitable() |
|
66 | - { |
|
60 | + public function isTraitable() { |
|
67 | 61 | return false; |
68 | 62 | } |
69 | 63 | |
70 | - public function getDebugInfo() |
|
71 | - { |
|
64 | + public function getDebugInfo() { |
|
72 | 65 | return array ( 55 => 11, 49 => 7, 46 => 6, 40 => 4, 33 => 3, 29 => 1, 27 => 2, 11 => 1,); |
73 | 66 | } |
74 | 67 | |
75 | - public function getSourceContext() |
|
76 | - { |
|
68 | + public function getSourceContext() { |
|
77 | 69 | return new Twig_Source("{% extends \"layout/layout.twig\" %} |
78 | 70 | {% from \"macros.twig\" import render_classes %} |
79 | 71 | {% block title %}All Classes | {{ parent() }}{% endblock %} |
@@ -3,8 +3,7 @@ discard block |
||
3 | 3 | /* interfaces.twig */ |
4 | 4 | class __TwigTemplate_ff63d24b2ca9dd7b24ad60065f2d762242f39a660f0f6c0727e9947789645bf6 extends Twig_Template |
5 | 5 | { |
6 | - public function __construct(Twig_Environment $env) |
|
7 | - { |
|
6 | + public function __construct(Twig_Environment $env) { |
|
8 | 7 | parent::__construct($env); |
9 | 8 | |
10 | 9 | // line 1 |
@@ -16,13 +15,11 @@ discard block |
||
16 | 15 | ); |
17 | 16 | } |
18 | 17 | |
19 | - protected function doGetParent(array $context) |
|
20 | - { |
|
18 | + protected function doGetParent(array $context) { |
|
21 | 19 | return "layout/layout.twig"; |
22 | 20 | } |
23 | 21 | |
24 | - protected function doDisplay(array $context, array $blocks = array()) |
|
25 | - { |
|
22 | + protected function doDisplay(array $context, array $blocks = array()) { |
|
26 | 23 | // line 2 |
27 | 24 | $context["__internal_c679bdceb703a8de3d9d39c30ea182f0ba58fa5de93939d6546f2ecd7e4cfc5b"] = $this->loadTemplate("macros.twig", "interfaces.twig", 2); |
28 | 25 | // line 1 |
@@ -30,21 +27,18 @@ discard block |
||
30 | 27 | } |
31 | 28 | |
32 | 29 | // line 3 |
33 | - public function block_title($context, array $blocks = array()) |
|
34 | - { |
|
30 | + public function block_title($context, array $blocks = array()) { |
|
35 | 31 | echo "Interfaces | "; |
36 | 32 | $this->displayParentBlock("title", $context, $blocks); |
37 | 33 | } |
38 | 34 | |
39 | 35 | // line 4 |
40 | - public function block_body_class($context, array $blocks = array()) |
|
41 | - { |
|
36 | + public function block_body_class($context, array $blocks = array()) { |
|
42 | 37 | echo "interfaces"; |
43 | 38 | } |
44 | 39 | |
45 | 40 | // line 6 |
46 | - public function block_page_content($context, array $blocks = array()) |
|
47 | - { |
|
41 | + public function block_page_content($context, array $blocks = array()) { |
|
48 | 42 | // line 7 |
49 | 43 | echo " <div class=\"page-header\"> |
50 | 44 | <h1>Interfaces</h1> |
@@ -52,28 +46,26 @@ discard block |
||
52 | 46 | |
53 | 47 | "; |
54 | 48 | // line 11 |
55 | - echo $context["__internal_c679bdceb703a8de3d9d39c30ea182f0ba58fa5de93939d6546f2ecd7e4cfc5b"]->macro_render_classes((isset($context["interfaces"]) || array_key_exists("interfaces", $context) ? $context["interfaces"] : (function () { throw new Twig_Error_Runtime('Variable "interfaces" does not exist.', 11, $this->getSourceContext()); })())); |
|
49 | + echo $context["__internal_c679bdceb703a8de3d9d39c30ea182f0ba58fa5de93939d6546f2ecd7e4cfc5b"]->macro_render_classes((isset($context["interfaces"]) || array_key_exists("interfaces", $context) ? $context["interfaces"] : (function () |
|
50 | + { |
|
51 | +throw new Twig_Error_Runtime('Variable "interfaces" does not exist.', 11, $this->getSourceContext()); })())); |
|
56 | 52 | echo " |
57 | 53 | "; |
58 | 54 | } |
59 | 55 | |
60 | - public function getTemplateName() |
|
61 | - { |
|
56 | + public function getTemplateName() { |
|
62 | 57 | return "interfaces.twig"; |
63 | 58 | } |
64 | 59 | |
65 | - public function isTraitable() |
|
66 | - { |
|
60 | + public function isTraitable() { |
|
67 | 61 | return false; |
68 | 62 | } |
69 | 63 | |
70 | - public function getDebugInfo() |
|
71 | - { |
|
64 | + public function getDebugInfo() { |
|
72 | 65 | return array ( 55 => 11, 49 => 7, 46 => 6, 40 => 4, 33 => 3, 29 => 1, 27 => 2, 11 => 1,); |
73 | 66 | } |
74 | 67 | |
75 | - public function getSourceContext() |
|
76 | - { |
|
68 | + public function getSourceContext() { |
|
77 | 69 | return new Twig_Source("{% extends \"layout/layout.twig\" %} |
78 | 70 | {% from \"macros.twig\" import render_classes %} |
79 | 71 | {% block title %}Interfaces | {{ parent() }}{% endblock %} |