Documentation

HookProxy
in package

Table of Contents

Properties

$__cb  : mixed

Methods

__call()  : mixed
__call_private()  : mixed
__construct()  : mixed
__get()  : mixed
__get_private()  : mixed
__set()  : mixed

Properties

Methods

__call()

public __call(mixed $method, mixed $args) : mixed
Parameters
$method : mixed
$args : mixed

__call_private()

public __call_private(mixed $var, mixed $args) : mixed
Parameters
$var : mixed
$args : mixed

__construct()

public __construct(mixed &$hook_cb, mixed &$that) : mixed
Parameters
$hook_cb : mixed
$that : mixed

__get()

public __get(mixed $prop) : mixed
Parameters
$prop : mixed

__get_private()

public & __get_private(mixed $var) : mixed
Parameters
$var : mixed

__set()

public __set(mixed $prop, mixed $val) : mixed
Parameters
$prop : mixed
$val : mixed

        
On this page

Search results