示例#1
0
文件: Base.php 项目: Sywooch/forums
 public function __construct()
 {
     $this->_setBasicUsableTags();
     $this->_getAdvancedUsableTags();
     return parent::__construct();
 }