AopProxyService
class AopProxyService
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
at line 21
__construct()
Because we don't know exactly how the proxied class is usually called, provide a default constructor