{% extends 'base.html.twig' %}
{% block content %}
{% include 'components/breadcrumbs.html.twig' %}
{{ include('components/trait-title.html.twig') }}
{{ include('components/element-found-in.html.twig') }}
{{ include('components/element-header.html.twig') }}
{{ include('components/attributes.html.twig') }}
{{ include('components/constants.html.twig') }}
{{ include('components/properties.html.twig') }}
{{ include('components/methods.html.twig') }}
{{ include('components/source-modal.html.twig') }}
{% endblock %}
{% block on_this_page %}
{% set constants = constants(node) %}
{% set properties = properties(node) %}
{% set methods = methods(node) %}
On this page
- Table Of Contents
-
{% if constants is not empty %}
- Constants
{% endif %}
{% if properties is not empty %}
- Properties
{% endif %}
{% if methods is not empty %}
- Methods
{% endif %}
{% if constants is not empty %}
- Constants
-
{% endif %}
{% if properties is not empty %}
- Properties
-
{% endif %}
{% if methods is not empty %}
- Methods
-
{% endif %}
{% endblock %}