示例#1
0
文件: Page.php 项目: kronius/lti-base
 /**
  * __construct
  *
  * @param \Mod\Theme $theme
  */
 public function __construct(\Mod\Theme $theme = null)
 {
     parent::__construct($theme);
     $this->addChild(\Mod\Notice::getInstance(), self::VAR_PAGE_CONTENT_HEAD);
     $this->setPermission(\Tk\Auth\Auth::P_PUBLIC);
 }