Challenge: Inheritance
Try to implement the concept of inheritance.
We'll cover the following...
Task
- Create a
User
class. Add aprotected
property named$username
to the class and create a setter method that can set the value of the$username
.