vB_Api_Logwrapper
in package
Uses
vB_Trait_NoSerialize
vB_Api_Wrapper This class is just a wrapper for API classes so that exceptions can be handled and translated for the client.
Tags
Table of Contents
- $api : mixed
- $controller : mixed
- __call() : mixed
- __construct() : mixed
- __serialize() : mixed
- __sleep() : mixed
- __unserialize() : mixed
- __wakeup() : mixed
- getTrace() : mixed
Properties
$api
protected
mixed
$api
$controller
protected
mixed
$controller
Methods
__call()
public
__call(mixed $method, mixed $arguments) : mixed
Parameters
- $method : mixed
- $arguments : mixed
Return values
mixed —__construct()
public
__construct(mixed $controller, mixed $api) : mixed
Parameters
- $controller : mixed
- $api : mixed
Return values
mixed —__serialize()
public
__serialize() : mixed
Return values
mixed —__sleep()
public
__sleep() : mixed
Return values
mixed —__unserialize()
public
__unserialize(mixed $serialized) : mixed
Parameters
- $serialized : mixed
Return values
mixed —__wakeup()
public
__wakeup() : mixed
Return values
mixed —getTrace()
private
getTrace() : mixed