ZBlogPHP::AddBuildModule PHP Méthode

AddBuildModule() public méthode

添加模块
public AddBuildModule ( string $modfilename, null $parameters = null )
$modfilename string 模块名
$parameters null 模块参数
    public function AddBuildModule($modfilename, $parameters = null)
    {
        ModuleBuilder::Add($modfilename, $parameters);
    }
ZBlogPHP