PHP Class Browscap\Data\Division

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

Public Methods

Method 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 method

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 method

public getName ( ) : string
return string

getSortIndex() public method

public getSortIndex ( ) : integer
return integer

getUserAgents() public method

public getUserAgents ( ) : array
return array

getVersions() public method

public getVersions ( ) : array
return array

isLite() public method

public isLite ( ) : boolean
return boolean

isStandard() public method

public isStandard ( ) : boolean
return boolean