How do you add an attribute to an Object in PHP?
Take a look at the php.net documentation: http://www.php.net/manual/en/language.oop5.properties.php
Attributes are referred to as "properties" or "class members" in this case.