Inspections for non-existing autogenerated classes

I am working on plugin for phpstorm, which uses autogenerated classes. If you are use any non-existing classes types with "magic" postfix "Builder", then this class will be created by framework dynamically during autoload process.

Are there any methods to define autogenerated classes types dynamically in plugin for prevent inspection errors "Undefined class" and "Undefined class methods"?

0

Please sign in to leave a comment.