PHP Class Pimcore\Model\Tool\Tracking\Event

Inheritance: extends Pimcore\Model\AbstractModel
Show file Open project: pimcore/pimcore

Public Properties

Property Type Description
$action string
$category string
$data string
$id integer
$label string
$timestamp integer

Public Methods

Method Description
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 )

Method Details

getAction() public method

public getAction ( ) : string
return string

getByDate() public static method

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

getById() public static method

public static getById ( $id ) : Event
$id
return Event

getCategory() public method

public getCategory ( ) : string
return string

getData() public method

public getData ( ) : string
return string

getId() public method

public getId ( ) : integer
return integer

getLabel() public method

public getLabel ( ) : string
return string

getTimestamp() public method

public getTimestamp ( ) : integer
return integer

setAction() public method

public setAction ( $action )
$action

setCategory() public method

public setCategory ( $category )
$category

setData() public method

public setData ( $data )
$data

setId() public method

public setId ( $id )
$id

setLabel() public method

public setLabel ( $label )
$label

setTimestamp() public method

public setTimestamp ( $timestamp )
$timestamp

Property Details

$action public property

public string $action
return string

$category public property

public string $category
return string

$data public property

public string $data
return string

$id public property

public int $id
return integer

$label public property

public string $label
return string

$timestamp public property

public int $timestamp
return integer