Removes an attribute.
string The attribute name:
public function removeAttribute($name) { unset($this->attributes[$name]); }