PHP Class Browscap\Data\Platform

Author: Thomas Müller ([email protected])
Afficher le fichier Open project: browscap/browscap Class Usage Examples

Méthodes publiques

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

Method Details

__construct() public méthode

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

getMatch() public méthode

public getMatch ( ) : string
Résultat string

getProperties() public méthode

public getProperties ( ) : string[]
Résultat string[]

isLite() public méthode

public isLite ( ) : boolean
Résultat boolean

isStandard() public méthode

public isStandard ( ) : boolean
Résultat boolean