Browscap\Generator\AbstractBuildGenerator::build PHP Method

build() protected method

runs the build
protected build ( string $version ) : AbstractBuildGenerator
$version string
return AbstractBuildGenerator
    protected function build($version)
    {
        Helper\BuildHelper::run($version, $this->resourceFolder, $this->getLogger(), $this->getWriterCollection(), $this->getCollectionCreator());
        return $this;
    }