i was wondering if there is a template variable for the method visibility (e.g. @access public). I couldn't find anything, but there are even variables for the static keyword, so why not for access?
I thought something like ${ACCESS} would work, but it didn't.
So is there a predefined keyword for this or is there at least a way to define it myself?
Thanks for every answer in advance!
BTW: I'm using PHPStorm 6.0.1 on Windows 7 SP1