vBulletin v6.1.0

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>

create()

public static create([array<string|int, mixed> $cronitem = [] ]) : self
Parameters
$cronitem : array<string|int, mixed> = []
Return values
self

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

        
On this page

Search results