PHP Class Ipunkt\LaravelAnalytics\Data\Event

Show file Open project: ipunkt/laravel-analytics Class Usage Examples

Public Methods

Method Description
getAction ( ) : string returns action
getCategory ( ) : string returns category
getHitType ( ) : string returns hit type
getLabel ( ) : string returns label
setAction ( string $action ) : Event set action
setCategory ( string $category ) : Event set category
setHitType ( string $hitType ) : Event sets hit type
setLabel ( string $label ) : Event sets label

Method Details

getAction() public method

returns action
public getAction ( ) : string
return string

getCategory() public method

returns category
public getCategory ( ) : string
return string

getHitType() public method

returns hit type
public getHitType ( ) : string
return string

getLabel() public method

returns label
public getLabel ( ) : string
return string

setAction() public method

set action
public setAction ( string $action ) : Event
$action string
return Event

setCategory() public method

set category
public setCategory ( string $category ) : Event
$category string
return Event

setHitType() public method

sets hit type
public setHitType ( string $hitType ) : Event
$hitType string
return Event

setLabel() public method

sets label
public setLabel ( string $label ) : Event
$label string
return Event