vB_Systemevent_Item_Content_RelatedText
extends vB_Systemevent_Item
in package
Table of Contents
Methods
- __serialize() : array<string|int, mixed>
- __sleep() : array<string|int, mixed>
- __unserialize() : void
- __wakeup() : void
- create() : self
- 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
create()
public
static create([array<string|int, mixed> $cronitem = [] ]) : self
Parameters
- $cronitem : array<string|int, mixed> = []
Return values
selfgetData()
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
run() : void