idea-php-toolbox icon indicating copy to clipboard operation
idea-php-toolbox copied to clipboard

Provide access to data which collected from providers

Open Koc opened this issue 9 years ago • 0 comments

I need get all classes implements WidgetInterface, process this list (call method getName, for example) and generate json for new provider. Currently I should process all classes recursively by hand and check if class implements interface. It is better access data from native provider sub_classes. Can you generate json files with collected data?

Koc avatar Feb 02 '16 09:02 Koc