PHP Class Browscap\Writer\Factory\CustomWriterFactory

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

Public Methods

Method Description
createCollection ( Psr\Log\LoggerInterface $logger, string $buildFolder, string | null $file = null, array $fields = [], string $format = self::OUTPUT_FORMAT_PHP ) : WriterCollection

Method Details

createCollection() public method

public createCollection ( Psr\Log\LoggerInterface $logger, string $buildFolder, string | null $file = null, array $fields = [], string $format = self::OUTPUT_FORMAT_PHP ) : WriterCollection
$logger Psr\Log\LoggerInterface
$buildFolder string
$file string | null
$fields array
$format string
return Browscap\Writer\WriterCollection