/**
  * Add specific attributes
  */
 public function __set($strKey, $varValue)
 {
     parent::__set($strKey, $varValue);
 }