vBulletin v6.0.4

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>

getData()

public final getData() : string
Return values
string

interrupt()

public interrupt() : bool
Return values
bool

jsonSerialize()

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|null

run()

public abstract run() : void

        
On this page

Search results