AfterCallAspect
interface AfterCallAspect
An AfterCallAspect is run after a method is executed
This is a declared interface, but isn't actually required as PHP doesn't really care about types...
Methods
afterCall(object $proxied, string $method, string $args, mixed $result)
Call this aspect after a method is executed
Details
at line 29
afterCall(object $proxied, string $method, string $args, mixed $result)
Call this aspect after a method is executed