PhpStorm 2018.2 Help

Implement Methods of an Interface or Abstract Class

If a class is declared as implementing a certain interface or extending a class with abstract methods, it has to implement the methods of such interface or class. PhpStorm creates stubs for implemented methods.

To implement required methods:

  1. On the Code menu, click Implement methods (Ctrl+I). Alternatively, you can right-click anywhere in the class file, then click Generate (Alt+Insert), and select Implement methods.

  2. Select the methods to implement. If necessary, select the Copy PHPDoc check box to insert PHPDoc comments for the implemented interface or abstract class.

  3. Click OK.

Last modified: 21 November 2018