PHP Class Pimcore\Model\Tool\Tracking\Event

Inheritance: extends Pimcore\Model\AbstractModel
Afficher le fichier Open project: pimcore/pimcore

Méthodes publiques

Свойство Type Description
$action string
$category string
$data string
$id integer
$label string
$timestamp integer

Méthodes publiques

Méthode 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 méthode

public getAction ( ) : string
Résultat string

getByDate() public static méthode

public static getByDate ( $category, $action, $label, $day, $month, $year ) : Event
$category
$action
$label
$day
$month
$year
Résultat Event

getById() public static méthode

public static getById ( $id ) : Event
$id
Résultat Event

getCategory() public méthode

public getCategory ( ) : string
Résultat string

getData() public méthode

public getData ( ) : string
Résultat string

getId() public méthode

public getId ( ) : integer
Résultat integer

getLabel() public méthode

public getLabel ( ) : string
Résultat string

getTimestamp() public méthode

public getTimestamp ( ) : integer
Résultat integer

setAction() public méthode

public setAction ( $action )
$action

setCategory() public méthode

public setCategory ( $category )
$category

setData() public méthode

public setData ( $data )
$data

setId() public méthode

public setId ( $id )
$id

setLabel() public méthode

public setLabel ( $label )
$label

setTimestamp() public méthode

public setTimestamp ( $timestamp )
$timestamp

Property Details

$action public_oe property

public string $action
Résultat string

$category public_oe property

public string $category
Résultat string

$data public_oe property

public string $data
Résultat string

$id public_oe property

public int $id
Résultat integer

$label public_oe property

public string $label
Résultat string

$timestamp public_oe property

public int $timestamp
Résultat integer