/**
  * Constructor
  *
  * @access public
  * @param string name
  * 
  */
 public function __construct($a_name, $a_value = '')
 {
     parent::__construct($a_name, $a_value);
 }
 /**
  * Constructor
  *
  * @access public
  * @param string name of component
  */
 public function __construct($a_name)
 {
     parent::__construct($a_name);
 }