PHP Class Browscap\Data\Platform

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

Public Methods

Method Description
__construct ( string $match, array $properties, boolean $isLite, boolean $standard )
getMatch ( ) : string
getProperties ( ) : string[]
isLite ( ) : boolean
isStandard ( ) : boolean

Method Details

__construct() public method

public __construct ( string $match, array $properties, boolean $isLite, boolean $standard )
$match string
$properties array
$isLite boolean
$standard boolean

getMatch() public method

public getMatch ( ) : string
return string

getProperties() public method

public getProperties ( ) : string[]
return string[]

isLite() public method

public isLite ( ) : boolean
return boolean

isStandard() public method

public isStandard ( ) : boolean
return boolean