In PHP, an interface is a powerful language construct that allows us to declare a set of methods that must be implemented by any class
In PHP, an interface is a powerful language construct that allows us to declare a set of methods that must be implemented by any class