コード例 #1
0
ファイル: datagrid.lib.php プロジェクト: rhertzog/lcs
 /**
  * @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();
 }