PHP Class UserAgentParser\Model\Bot

Author: Martin Keckeis ([email protected])
Exibir arquivo Open project: ThaDafinser/UserAgentParser Class Usage Examples

Public Methods

Method Description
getIsBot ( ) : boolean
getName ( ) : string
getType ( ) : string
setIsBot ( boolean $mode )
setName ( string $name )
setType ( string $type )
toArray ( ) : array

Method Details

getIsBot() public method

public getIsBot ( ) : boolean
return boolean

getName() public method

public getName ( ) : string
return string

getType() public method

public getType ( ) : string
return string

setIsBot() public method

public setIsBot ( boolean $mode )
$mode boolean

setName() public method

public setName ( string $name )
$name string

setType() public method

public setType ( string $type )
$type string

toArray() public method

public toArray ( ) : array
return array