class AopProxyService (View source)

A class that proxies another, allowing various functionality to be injected.

Properties

$beforeCall
$afterCall
$proxied

Methods

__construct()

Because we don't know exactly how the proxied class is usually called, provide a default constructor

__call($method, $args)

No description

Details

__construct()

Because we don't know exactly how the proxied class is usually called, provide a default constructor

__call($method, $args)

Parameters

$method
$args