메소드 | 설명 | |
---|---|---|
module ( string $module = '', array $list = [], string $namespace = 'app', boolean $suffix = false ) : void | 创建模块 | |
run ( array $build = [], string $namespace = 'app', boolean $suffix = false ) : void | 根据传入的build资料创建目录和文件 |
메소드 | 설명 | |
---|---|---|
buildCommon ( string $module ) : void | 创建模块的公共文件 | |
buildDir ( array $list ) : void | 创建目录 | |
buildFile ( array $list ) : void | 创建文件 | |
buildHello ( string $module, string $namespace, boolean $suffix = false ) : void | 创建模块的欢迎页面 |
protected static buildCommon ( string $module ) : void | ||
$module | string | 模块名 |
리턴 | void |