pradosoft / prado

Prado - Component Framework for PHP
Other
187 stars 70 forks source link

#886 TComponent::getClassHierarchy lists 1st level Traits. Traits are supported by system class-wide behaviors #895

Closed belisoful closed 1 year ago

belisoful commented 1 year ago

This allows run-time system class-wide behaviors to support Traits besides Interfaces and the class hierarchy.

Unit Tests included.