ContainerEvent
class ContainerEvent extends Event
Docker Container-Event
Die API bezieht sich auf die Version 1.19 der Docker-API
Properties
protected string | $action | from Event | |
protected string | $status | ||
protected string | $id |
Methods
__construct(string $action, string $id, string $status)
Neue Instanz erstellen
static Event
getInstanceFromArray(array|ArrayHelper $array)
Instanz aus einem Array erstellen
string
getId()
ID
string
getStatus()
Status
Details
at line 58
__construct(string $action, string $id, string $status)
Neue Instanz erstellen
in Event at line 63
string
getAction()
Action
in Event at line 72
integer
getTime()
Zeit
in Event at line 81
integer
getTimeNano()
Nano
in Event at line 131
protected $this
assignProperties(ArrayHelper $array)
Zuweisungen
at line 92
static Event
getInstanceFromArray(array|ArrayHelper $array)
Instanz aus einem Array erstellen
at line 72
string
getId()
ID
at line 81
string
getStatus()
Status