PhpStorm
 
Get PhpStorm

Implement methods of an interface or abstract class

Last modified: 08 October 2024

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 .