vBulletin v6.0.4

vB_Utility_Hook_Disabled
in package
Uses vB_Utility_Trait_NoSerialize

Dummy class for "hookless mode" avoids having to check the config within the live hook class. Should implement the same public interface as the live class, but do absolutely nothing.

Table of Contents

Methods

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

Methods

__construct()

public __construct() : mixed

__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(mixed $serialized) : void
Parameters
$serialized : mixed

invoke()

public invoke(mixed $hook_name, mixed $params) : mixed
Parameters
$hook_name : mixed
$params : mixed

        
On this page

Search results