/home/ivoiecob/email.hirewise-va.com/dev/docs/templates/afterlogic/components/property.html.twig
<article
        class="
            phpdocumentor-element
            -property
            -{{ property.visibility }}
            {% if property.static %}-static{% endif %}
            {% if property.deprecated %}-deprecated{% endif %}
            {% if property.writeOnly %}-write-only{% endif %}
            {% if property.readOnly %}-read-only{% endif %}
        "
>
    <h4 class="phpdocumentor-element__name" id="property_{{ property.name }}">
        ${{ property.name }}
        <a href="{{ link(property) }}" class="headerlink"><i class="fas fa-link"></i></a>
        <span class="phpdocumentor-element__modifiers">
            {% if property.writeOnly %}<small class="phpdocumentor-element__modifier">write-only</small>{% endif %}
            {% if property.readOnly %}<small class="phpdocumentor-element__modifier">read-only</small>{% endif %}
        </span>
    </h4>
    {{ include('components/element-found-in.html.twig', {'node': property}) }}
    {{ include('components/summary.html.twig', {'node': property}) }}
    {{ include('components/property-signature.html.twig', {'node': property}) }}
    {{ include('components/description.html.twig', {'node': property}) }}
    {{ include('components/description.html.twig', {'node': property.var[0]}) }}
    {{ include ('components/tags.html.twig', {'node': property}) }}
</article>