PHP 클래스 Ipunkt\LaravelAnalytics\Data\Event

파일 보기 프로젝트 열기: ipunkt/laravel-analytics 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

getAction() 공개 메소드

returns action
public getAction ( ) : string
리턴 string

getCategory() 공개 메소드

returns category
public getCategory ( ) : string
리턴 string

getHitType() 공개 메소드

returns hit type
public getHitType ( ) : string
리턴 string

getLabel() 공개 메소드

returns label
public getLabel ( ) : string
리턴 string

setAction() 공개 메소드

set action
public setAction ( string $action ) : Event
$action string
리턴 Event

setCategory() 공개 메소드

set category
public setCategory ( string $category ) : Event
$category string
리턴 Event

setHitType() 공개 메소드

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

setLabel() 공개 메소드

sets label
public setLabel ( string $label ) : Event
$label string
리턴 Event