class RemoteFunctionMapper

Magic Helper to support ->connect->[lib]->[function] syntax

Methods

null
__call(mixed $function, mixed $params)

Call function using parent connect object

__construct(mixed $connect, mixed $params)

Store available functions and full function references

Details

at line 32
null __call(mixed $function, mixed $params)

Call function using parent connect object

Parameters

mixed $function
mixed $params

Return Value

null

at line 17
__construct(mixed $connect, mixed $params)

Store available functions and full function references

Parameters

mixed $connect
mixed $params