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