예제 #1
0
파일: Page.php 프로젝트: emilymwang8/cms
 /**
  * 页面是所有组件的父组件
  * @param unknown_type $parent
  * @param unknown_type $html_id
  */
 public function __construct($parent = NULL, $html_id = NULL)
 {
     parent::__construct($parent, $html_id);
 }