ZBlogPHP::RegBuildModule PHP Method

RegBuildModule() public method

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