PHP Class Browscap\Data\Factory\EngineFactory

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

Public Methods

Method Description
build ( array $engineData, array $json, string $engineName ) : Engine Load a engines.json file and parse it into the platforms data array

Method Details

build() public method

Load a engines.json file and parse it into the platforms data array
public build ( array $engineData, array $json, string $engineName ) : Engine
$engineData array
$json array
$engineName string
return Browscap\Data\Engine