Overwrite method or property

Hello,

what is the best way to overwrite a method or a property in phpStorm.

When I write "protected function " and then hit ctrl-space I get a list of methods to overwrite, but when I hit enter, I did not build the complete method body with all parameters and so on...
And with properties nothing works for my :(

Is there a good way in phpStorm to handle this?

Thanks and greetings,
Stefan

0
3 comments

Check main menu: Code|Override...

0

Thanks :)

But not for properties?

0

Well, yes. We never saw as really used - see http://youtrack.jetbrains.net/issue/WI-7062 for related discussion.

Please file a feature request to project tracker for inclusion of props in override dialog.

0

Please sign in to leave a comment.