class AopProxyService (View source)

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

Properties

public $beforeCall
public $afterCall
public $proxied

Methods

public
__construct()

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

public
__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)

No description

Parameters

$method
$args