Skip to content

Commit 15f01c8

Browse files
committed
🔥 List of inherited methods in traits
1 parent ec27fa4 commit 15f01c8

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

data/templates/vuepress/index-traits.md.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pageClass: phpdoc-api-generated-page
77
# Traits
88

99
::: danger Auto-generation note:
10-
{# FIXME #} :bug: Inherited members and used traits are ignored due to some issues.
10+
{# FIXME #} :bug: Some traits may use other tratis, but due to some issues the used traits are not recognized.
1111
:::
1212

1313
{% for namespace in project.indexes.namespaces|sort_asc %}

data/templates/vuepress/trait.md.twig

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,6 @@
6565
> This trait has not methods.
6666
{% endfor %}
6767

68-
#### <span style="display: none;">{{ trait }}</span> Inherited methods
69-
{# Lista de métodos públicos y protegidos #}
70-
{% for method in trait.inheritedMethods -%}
71-
- [{{ method.parent.namespace|trim('\\') -}}\\<span style="font-weight: bold;">{{ method.parent.name }}</span>](/api/traits.html#
72-
{{- method.parent|trim('\\')|lower|replace('\\', '-') -}}
73-
)::
74-
{{- include('method-anchor-link.md.twig', { text: method.name ~ '()' }) }} {{ include('badges.md.twig', { elem: method }) }}
75-
{% else %}
76-
> This trait has not inherited methods.
77-
{% endfor %}
7868

7969
{% set propertiesList = [] %}
8070
### <span style="display: none;">{{ trait }}</span> Properties

0 commit comments

Comments
 (0)