|
@@ 249-255 (lines=7) @@
|
| 246 |
|
foreach ($context['_seq'] as $context["_key"] => $context["class"]) { |
| 247 |
|
// line 29 |
| 248 |
|
echo "{\"type\": \"Interface\", "; |
| 249 |
|
if (twig_get_attribute($this->env, $this->getSourceContext(), $context["class"], "namespace", array())) { |
| 250 |
|
echo "\"fromName\": \""; |
| 251 |
|
echo twig_replace_filter(twig_get_attribute($this->env, $this->getSourceContext(), $context["class"], "namespace", array()), array("\\" => "\\\\")); |
| 252 |
|
echo "\", \"fromLink\": \""; |
| 253 |
|
echo $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForNamespace($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["class"], "namespace", array())); |
| 254 |
|
echo "\","; |
| 255 |
|
} |
| 256 |
|
echo " \"link\": \""; |
| 257 |
|
echo $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForClass($context, $context["class"]); |
| 258 |
|
echo "\", \"name\": \""; |
|
@@ 287-293 (lines=7) @@
|
| 284 |
|
echo "\"Class\""; |
| 285 |
|
} |
| 286 |
|
echo ", "; |
| 287 |
|
if (twig_get_attribute($this->env, $this->getSourceContext(), $context["class"], "namespace", array())) { |
| 288 |
|
echo "\"fromName\": \""; |
| 289 |
|
echo twig_replace_filter(twig_get_attribute($this->env, $this->getSourceContext(), $context["class"], "namespace", array()), array("\\" => "\\\\")); |
| 290 |
|
echo "\", \"fromLink\": \""; |
| 291 |
|
echo $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForNamespace($context, twig_get_attribute($this->env, $this->getSourceContext(), $context["class"], "namespace", array())); |
| 292 |
|
echo "\","; |
| 293 |
|
} |
| 294 |
|
echo " \"link\": \""; |
| 295 |
|
echo $this->env->getExtension('Sami\Renderer\TwigExtension')->pathForClass($context, $context["class"]); |
| 296 |
|
echo "\", \"name\": \""; |