PHP Class Browscap\Generator\Helper\BuildHelper

Author: James Titcumb ([email protected])
Author: Thomas Müller ([email protected])
Show file Open project: browscap/browscap Class Usage Examples

Public Methods

Method Description
run ( string $version, string $resourceFolder, Psr\Log\LoggerInterface $logger, WriterCollection $writerCollection, CollectionCreator $collectionCreator ) Entry point for generating builds for a specified version

Method Details

run() public static method

Entry point for generating builds for a specified version
public static run ( string $version, string $resourceFolder, Psr\Log\LoggerInterface $logger, WriterCollection $writerCollection, CollectionCreator $collectionCreator )
$version string
$resourceFolder string
$logger Psr\Log\LoggerInterface
$writerCollection Browscap\Writer\WriterCollection
$collectionCreator Browscap\Helper\CollectionCreator