yiisoft / classifier

Classifier traverses file system to find classes by a certain criteria.
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
8 stars 3 forks source link

Feature request: process is_subclass_of #19

Closed 6elkir closed 1 year ago

6elkir commented 1 year ago

It would be nice to add a withParent(string|array) method with the ability to filter through the is_subclass_of function. This will make it possible to process classes with extends components.

xepozz commented 1 year ago

Done. Thanks for the idea.