PHP Class Browscap\Generator\BuildGenerator

Author: James Titcumb ([email protected])
Author: Thomas Müller ([email protected])
Inheritance: extends AbstractBuildGenerator
Datei anzeigen Open project: browscap/browscap Class Usage Examples

Public Methods

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

Protected Methods

Method Description
postBuild ( boolean $createZipFile = true ) : BuildGenerator runs after the build

Method Details

postBuild() protected method

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

run() public method

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