What is file __IDE_SYMBOLS__.php for?

Permalink
I'm getting an error stating...

Class 'Concrete\Core\Permission\Response\Permissions' not found

...and the only place I see that class is in __IDE_SYMBOLS__.php, but apparently that file isn't being loaded. Should it be?

-Steve

Shotster
 
Shotster replied on at Permalink Reply
Shotster
Ok, so I just needed to import Permissions to avoid the error. See pull request here...

https://github.com/concrete5/concrete5-5.7.0/pull/179/files...

I'm still curious about the __IDE_SYMBOLS__.php file though. Is it needed to appease a specific IDE or something?

-Steve