vB_Systemevent_Item
in package
implements
JsonSerializable
Uses
vB_Trait_NoSerialize
AbstractYes
Table of Contents
Interfaces
- JsonSerializable
Methods
- __serialize() : array<string|int, mixed>
- __sleep() : array<string|int, mixed>
- __unserialize() : void
- __wakeup() : void
- getData() : string
- interrupt() : bool
- jsonSerialize() : mixed
- restoreFromData() : vB_Systemevent_Item|null
- Restore and event from stored form.
- run() : void
Methods
__serialize()
public
__serialize() : array<string|int, mixed>
Return values
array<string|int, mixed>__sleep()
public
__sleep() : array<string|int, mixed>
Return values
array<string|int, mixed>__unserialize()
public
__unserialize(array<string|int, mixed> $serialized) : void
Parameters
- $serialized : array<string|int, mixed>
__wakeup()
public
__wakeup() : void
getData()
public
final getData() : string
Return values
stringinterrupt()
public
interrupt() : bool
Return values
booljsonSerialize()
public
jsonSerialize() : mixed
restoreFromData()
Restore and event from stored form.
public
static restoreFromData(string $data) : vB_Systemevent_Item|null
Parameters
- $data : string
-
-- The string format. This should be the result of a previous call to getData
Return values
vB_Systemevent_Item|nullrun()
public
abstract run() : void