PHP 클래스 think\Build

파일 보기 프로젝트 열기: top-think/framework 1 사용 예제들

공개 메소드들

메소드 설명
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 创建模块的欢迎页面

메소드 상세

buildCommon() 보호된 정적인 메소드

创建模块的公共文件
protected static buildCommon ( string $module ) : void
$module string 模块名
리턴 void

buildDir() 보호된 정적인 메소드

创建目录
protected static buildDir ( array $list ) : void
$list array 目录列表
리턴 void

buildFile() 보호된 정적인 메소드

创建文件
protected static buildFile ( array $list ) : void
$list array 文件列表
리턴 void

buildHello() 보호된 정적인 메소드

创建模块的欢迎页面
protected static buildHello ( string $module, string $namespace, boolean $suffix = false ) : void
$module string 模块名
$namespace string 应用类库命名空间
$suffix boolean 类库后缀
리턴 void

module() 공개 정적인 메소드

创建模块
public static module ( string $module = '', array $list = [], string $namespace = 'app', boolean $suffix = false ) : void
$module string 模块名
$list array build列表
$namespace string 应用类库命名空间
$suffix boolean 类库后缀
리턴 void

run() 공개 정적인 메소드

根据传入的build资料创建目录和文件
public static run ( array $build = [], string $namespace = 'app', boolean $suffix = false ) : void
$build array build列表
$namespace string 应用类库命名空间
$suffix boolean 类库后缀
리턴 void