PHP Class Browscap\Data\Division

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

Méthodes publiques

Méthode Description
__construct ( string $name, integer $sortIndex, array $userAgents, boolean $lite, boolean $standard = true, array $versions = [] )
getName ( ) : string
getSortIndex ( ) : integer
getUserAgents ( ) : array
getVersions ( ) : array
isLite ( ) : boolean
isStandard ( ) : boolean

Method Details

__construct() public méthode

public __construct ( string $name, integer $sortIndex, array $userAgents, boolean $lite, boolean $standard = true, array $versions = [] )
$name string
$sortIndex integer
$userAgents array
$lite boolean
$standard boolean
$versions array

getName() public méthode

public getName ( ) : string
Résultat string

getSortIndex() public méthode

public getSortIndex ( ) : integer
Résultat integer

getUserAgents() public méthode

public getUserAgents ( ) : array
Résultat array

getVersions() public méthode

public getVersions ( ) : array
Résultat array

isLite() public méthode

public isLite ( ) : boolean
Résultat boolean

isStandard() public méthode

public isStandard ( ) : boolean
Résultat boolean