|
@@ 244-250 (lines=7) @@
|
| 241 |
|
foreach ($context['_seq'] as $context["_key"] => $context["class"]) { |
| 242 |
|
// line 27 |
| 243 |
|
echo "{\"type\": \"Interface\", "; |
| 244 |
|
if ($this->getAttribute($context["class"], "namespace", array())) { |
| 245 |
|
echo "\"fromName\": \""; |
| 246 |
|
echo twig_replace_filter($this->getAttribute($context["class"], "namespace", array()), array("\\" => "\\\\")); |
| 247 |
|
echo "\", \"fromLink\": \""; |
| 248 |
|
echo $this->env->getExtension('sami')->pathForNamespace($context, $this->getAttribute($context["class"], "namespace", array())); |
| 249 |
|
echo "\","; |
| 250 |
|
} |
| 251 |
|
echo " \"link\": \""; |
| 252 |
|
echo $this->env->getExtension('sami')->pathForClass($context, $context["class"]); |
| 253 |
|
echo "\", \"name\": \""; |
|
@@ 282-288 (lines=7) @@
|
| 279 |
|
echo "\"Class\""; |
| 280 |
|
} |
| 281 |
|
echo ", "; |
| 282 |
|
if ($this->getAttribute($context["class"], "namespace", array())) { |
| 283 |
|
echo "\"fromName\": \""; |
| 284 |
|
echo twig_replace_filter($this->getAttribute($context["class"], "namespace", array()), array("\\" => "\\\\")); |
| 285 |
|
echo "\", \"fromLink\": \""; |
| 286 |
|
echo $this->env->getExtension('sami')->pathForNamespace($context, $this->getAttribute($context["class"], "namespace", array())); |
| 287 |
|
echo "\","; |
| 288 |
|
} |
| 289 |
|
echo " \"link\": \""; |
| 290 |
|
echo $this->env->getExtension('sami')->pathForClass($context, $context["class"]); |
| 291 |
|
echo "\", \"name\": \""; |