It there any way to generate class @method entities for "magic" getters/setters?
PhpStorm intentions able to generate getters and setters very easily:
But I wonder is there any way to add @method entities for class in case of "magic" getters/setters implemented using __call(). Because it is really annoying to fill up this phpdoc manually, this is not something we got used to do in PhpStorm ;)
请先登录再写评论。
Nope. Feel free to file a feature request http://youtrack.jetbrains.net/issues/WI#newissue=yes
Thank you, filed: http://youtrack.jetbrains.com/issue/WI-19869