Ejemplo n.º 1
0
 /**
  * Constructor
  *
  * @access public
  */
 public function __construct($attributes = array(), $cdata = null)
 {
     parent::__construct($attributes, $cdata);
 }
Ejemplo n.º 2
0
 /**
  * Constructor
  *
  * @access public
  */
 public function __construct($attributes = array(), $cdata = null)
 {
     parent::__construct($attributes, $cdata);
     $this->addAttributeDefinitions(array('data' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'groupName' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'selectedData' => array('required' => false, 'type' => 'string', 'since' => '1.0')));
 }
Ejemplo n.º 3
0
 /**
  * Constructor
  *
  * @access public
  */
 public function __construct($attributes = array(), $cdata = null)
 {
     parent::__construct($attributes, $cdata);
     $this->addAttributeDefinitions(array('rollOverColor' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'selectionColor' => array('required' => false, 'type' => 'string', 'since' => '1.0'), 'textSelectedColor' => array('required' => false, 'type' => 'string', 'since' => '1.0')));
 }