Example #1
0
 /**
  * @param   array $attributes attributes of the table element
  */
 public function __construct($attributes = null)
 {
     parent::__construct('table', $attributes);
 }
Example #2
0
 public function __construct($name, $attributes = array())
 {
     parent::__construct($name, $attributes);
     $this->elems = array();
 }