Clade

From Woozle Writes Code
Revision as of 15:45, 24 November 2025 by Woozle (talk | contribs) (Created page with "{{fmt/title|Glossary: '''clade'''}} category:convention In PHP code, "clade" refers to a collection of one interface, class, trait, and/or enum that have the same main-name (i.e. name-except-for-prefix) and live in the same .php file.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Glossary: clade

In PHP code, "clade" refers to a collection of one interface, class, trait, and/or enum that have the same main-name (i.e. name-except-for-prefix) and live in the same .php file.