ZBlogPHP::RegBuildModule PHP 메소드

RegBuildModule() 공개 메소드

重建模块
public RegBuildModule ( string $modfilename, string $userfunc )
$modfilename string 模块名
$userfunc string 用户函数
    public function RegBuildModule($modfilename, $userfunc)
    {
        ModuleBuilder::Reg($modfilename, $userfunc);
    }
ZBlogPHP