class PullEvent extends ImageEvent

Pull-Event

Properties

protected string $action from Event
protected string $id from ImageEvent

Methods

__construct(string $action, $id)

Neue Instanz erstellen

string
getAction()

Action

from Event
integer
getTime()

Zeit

from Event
integer
getTimeNano()

Nano

from Event
static Event
getInstanceFromJson(string $json)

Objekt aus Json erstellen

from Event
$this
assignProperties(ArrayHelper $array)

Zuweisungen

from Event
static Event
getInstanceFromArray(array|ArrayHelper $array)

Instanz aus einem Array erstellen

string
getId()

ID

Details

in ImageEvent at line 53
__construct(string $action, $id)

Neue Instanz erstellen

Parameters

string $action
$id

in Event at line 63
string getAction()

Action

Return Value

string

in Event at line 72
integer getTime()

Zeit

Return Value

integer

in Event at line 81
integer getTimeNano()

Nano

Return Value

integer

in Event at line 94
static Event getInstanceFromJson(string $json)

Objekt aus Json erstellen

Parameters

string $json

Return Value

Event

Exceptions

TypeException

in Event at line 131
protected $this assignProperties(ArrayHelper $array)

Zuweisungen

Parameters

ArrayHelper $array

Return Value

$this

in ImageEvent at line 77
static Event getInstanceFromArray(array|ArrayHelper $array)

Instanz aus einem Array erstellen

Parameters

array|ArrayHelper $array

Return Value

Event

in ImageEvent at line 66
string getId()

ID

Return Value

string