How-to articles, tricks, and solutions about PHP-PARSE-ERROR
Can a class extend both a class and implement an Interface
Yes, a class in PHP can extend another class and implement one or more interfaces at the same time.