PHP Class Browscap\Generator\BuildGenerator

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
postBuild ( boolean $createZipFile = true ) : BuildGenerator runs after the build

Method Details

postBuild() protected méthode

runs after the build
protected postBuild ( boolean $createZipFile = true ) : BuildGenerator
$createZipFile boolean
Résultat BuildGenerator

run() public méthode

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