Example #1
0
 /**
  * Constructor
  *
  * @access public
  */
 public function __construct($attributes = array(), $cdata = null)
 {
     parent::__construct($attributes, $cdata);
 }
Example #2
0
 /**
  * Constructor
  *
  * @access public
  */
 public function __construct($attributes = array(), $cdata = null)
 {
     parent::__construct($attributes, $cdata);
     $this->addAttributeDefinitions(array('rowSpan' => array('required' => false, 'type' => 'int', 'since' => '1.0'), 'colSpan' => array('required' => false, 'type' => 'int', 'since' => '1.0')));
 }