예제 #1
0
파일: Base.php 프로젝트: Sywooch/forums
 public function __construct()
 {
     $this->_setBasicUsableTags();
     $this->_getAdvancedUsableTags();
     return parent::__construct();
 }