PHP 클래스 Browscap\Generator\BuildGenerator

저자: James Titcumb ([email protected])
저자: Thomas Müller ([email protected])
상속: extends AbstractBuildGenerator
파일 보기 프로젝트 열기: browscap/browscap 1 사용 예제들

공개 메소드들

메소드 설명
run ( string $version, boolean $createZipFile = true ) : BuildGenerator Entry point for generating builds for a specified version

보호된 메소드들

메소드 설명
postBuild ( boolean $createZipFile = true ) : BuildGenerator runs after the build

메소드 상세

postBuild() 보호된 메소드

runs after the build
protected postBuild ( boolean $createZipFile = true ) : BuildGenerator
$createZipFile boolean
리턴 BuildGenerator

run() 공개 메소드

Entry point for generating builds for a specified version
public run ( string $version, boolean $createZipFile = true ) : BuildGenerator
$version string
$createZipFile boolean
리턴 BuildGenerator