vBulletin v6.1.0

vB_RelatedText_NHighest
in package
uses vB_Trait_NoSerialize

Table of Contents

Methods

__construct()  : mixed
__serialize()  : array<string|int, mixed>
__sleep()  : array<string|int, mixed>
__unserialize()  : void
__wakeup()  : void
add()  : mixed
highest()  : mixed

Methods

__construct()

public __construct(int $max) : mixed
Parameters
$max : int

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

add()

public add(mixed $score, mixed $value) : mixed
Parameters
$score : mixed
$value : mixed

highest()

public highest() : mixed

        
On this page

Search results