AopProxyService
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
Details
__construct()
Because we don't know exactly how the proxied class is usually called, provide a default constructor
__call($method, $args)
No description