This is possible in PHP, a class can extend and implement any number of interfaces at the same time. There is actually a [question on stack-overflow](https://stackoverflow.com/q/652157/7607526) about it.
This is possible in PHP, a class can extend and implement any number of interfaces at the same time. There is actually a [question on stack-overflow](https://stackoverflow.com/q/652157/7607526) about it.
Software Engineer