예제 #1
0
 /**
  * @param   array $attributes attributes of the table element
  */
 public function __construct($attributes = null)
 {
     parent::__construct('table', $attributes);
 }
예제 #2
0
파일: html.lib.php 프로젝트: rhertzog/lcs
 public function __construct($name, $attributes = array())
 {
     parent::__construct($name, $attributes);
     $this->elems = array();
 }