PhpStorm
 
Get PhpStorm
You are viewing the documentation for an earlier version of PhpStorm.

Implement methods of an interface or abstract class

Last modified: 23 August 2023

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 .