BeforeCallAspect
interface BeforeCallAspect
A BeforeCallAspect is run before a method is executed.
This is a declared interface, but isn't actually required as PHP doesn't really care about types...
Methods
beforeCall(object $proxied, string $method, string $args, mixed $alternateReturn)
Call this aspect before a method is executed
Details
at line 27
beforeCall(object $proxied, string $method, string $args, mixed $alternateReturn)
Call this aspect before a method is executed