{% extends "_base.html.twig" %} {% set composed = true %} {% block type %}{{ parent() }} ({{ var.className }}){% endblock %} {% if var.icon is not empty %} {% block type_icon %}metadata-{{ var.icon }}{% endblock %} {% endif %} {% block value %} {% if not var.terminal %}
{% if var.objectCustomData is not empty %} {{ render_type(var.objectCustomData)|raw }} {% endif %} {% if var.objectProperties is not empty %} {% endif %} {% if var.classFile is not empty %} {% endif %} {% if var.classConstants is not empty %} {% endif %} {% if var.classMethods is not empty %} {% endif %} {% else %} Object max nesting level reached {% endif %} {% endblock %}