@@ 164-173 (lines=10) @@ | ||
161 | echo " |
|
162 | "; |
|
163 | // line 49 |
|
164 | if ((isset($context["constants"]) ? $context["constants"] : $this->getContext($context, "constants"))) { |
|
165 | // line 50 |
|
166 | echo " <h2>Constants</h2> |
|
167 | ||
168 | "; |
|
169 | // line 52 |
|
170 | $this->displayBlock("constants", $context, $blocks); |
|
171 | echo " |
|
172 | "; |
|
173 | } |
|
174 | // line 54 |
|
175 | echo " |
|
176 | "; |
|
@@ 178-187 (lines=10) @@ | ||
175 | echo " |
|
176 | "; |
|
177 | // line 55 |
|
178 | if ((isset($context["properties"]) ? $context["properties"] : $this->getContext($context, "properties"))) { |
|
179 | // line 56 |
|
180 | echo " <h2>Properties</h2> |
|
181 | ||
182 | "; |
|
183 | // line 58 |
|
184 | $this->displayBlock("properties", $context, $blocks); |
|
185 | echo " |
|
186 | "; |
|
187 | } |
|
188 | // line 60 |
|
189 | echo " |
|
190 | "; |
|
@@ 752-761 (lines=10) @@ | ||
749 | echo " <div class=\"tags\"> |
|
750 | "; |
|
751 | // line 243 |
|
752 | if ($this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "parameters", array())) { |
|
753 | // line 244 |
|
754 | echo " <h4>Parameters</h4> |
|
755 | ||
756 | "; |
|
757 | // line 246 |
|
758 | $this->displayBlock("parameters", $context, $blocks); |
|
759 | echo " |
|
760 | "; |
|
761 | } |
|
762 | // line 248 |
|
763 | echo " |
|
764 | "; |
|
@@ 780-789 (lines=10) @@ | ||
777 | echo " |
|
778 | "; |
|
779 | // line 255 |
|
780 | if ($this->getAttribute((isset($context["method"]) ? $context["method"] : $this->getContext($context, "method")), "exceptions", array())) { |
|
781 | // line 256 |
|
782 | echo " <h4>Exceptions</h4> |
|
783 | ||
784 | "; |
|
785 | // line 258 |
|
786 | $this->displayBlock("exceptions", $context, $blocks); |
|
787 | echo " |
|
788 | "; |
|
789 | } |
|
790 | // line 260 |
|
791 | echo " |
|
792 | "; |