PHP 클래스 Pimcore\Model\Tool\Tracking\Event

상속: extends Pimcore\Model\AbstractModel
파일 보기 프로젝트 열기: pimcore/pimcore

공개 프로퍼티들

프로퍼티 타입 설명
$action string
$category string
$data string
$id integer
$label string
$timestamp integer

공개 메소드들

메소드 설명
getAction ( ) : string
getByDate ( $category, $action, $label, $day, $month, $year ) : Event
getById ( $id ) : Event
getCategory ( ) : string
getData ( ) : string
getId ( ) : integer
getLabel ( ) : string
getTimestamp ( ) : integer
setAction ( $action )
setCategory ( $category )
setData ( $data )
setId ( $id )
setLabel ( $label )
setTimestamp ( $timestamp )

메소드 상세

getAction() 공개 메소드

public getAction ( ) : string
리턴 string

getByDate() 공개 정적인 메소드

public static getByDate ( $category, $action, $label, $day, $month, $year ) : Event
$category
$action
$label
$day
$month
$year
리턴 Event

getById() 공개 정적인 메소드

public static getById ( $id ) : Event
$id
리턴 Event

getCategory() 공개 메소드

public getCategory ( ) : string
리턴 string

getData() 공개 메소드

public getData ( ) : string
리턴 string

getId() 공개 메소드

public getId ( ) : integer
리턴 integer

getLabel() 공개 메소드

public getLabel ( ) : string
리턴 string

getTimestamp() 공개 메소드

public getTimestamp ( ) : integer
리턴 integer

setAction() 공개 메소드

public setAction ( $action )
$action

setCategory() 공개 메소드

public setCategory ( $category )
$category

setData() 공개 메소드

public setData ( $data )
$data

setId() 공개 메소드

public setId ( $id )
$id

setLabel() 공개 메소드

public setLabel ( $label )
$label

setTimestamp() 공개 메소드

public setTimestamp ( $timestamp )
$timestamp

프로퍼티 상세

$action 공개적으로 프로퍼티

public string $action
리턴 string

$category 공개적으로 프로퍼티

public string $category
리턴 string

$data 공개적으로 프로퍼티

public string $data
리턴 string

$id 공개적으로 프로퍼티

public int $id
리턴 integer

$label 공개적으로 프로퍼티

public string $label
리턴 string

$timestamp 공개적으로 프로퍼티

public int $timestamp
리턴 integer