File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 9898{% if method .visibility != ' private' %}
9999{% include ' method.md.twig' %}
100100{% endif %}
101+ {% else %}
102+ > This class has not methods.
101103{% endfor %}
102104
103105#### <span style =" display: none;" >{{ class }}</span > Inherited methods:
118120 {{- include (' method-anchor-link.md.twig' , { text : method .name ~ ' ()' }) }}
119121 <Badge v-if =" '{{ method .deprecated }}'" text =" deprecated" type =" error" /> <Badge v-if =" '{{ method .abstract }}'" text =" abstract" /> <Badge v-if =" '{{ method .final }}'" text =" final" />
120122{% endif %}
123+ {% else %}
124+ > This class has not inherited methods.
121125{% endfor %}
Original file line number Diff line number Diff line change 6161{% if method .visibility != ' private' %}
6262{% include ' method.md.twig' %}
6363{% endif %}
64+ {% else %}
65+ > This interface has not methods.
6466{% endfor %}
You can’t perform that action at this time.
0 commit comments