| 1 | <?php |
||
| 21 | final class AfterInterceptor extends BaseInterceptor implements AdviceAfter |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * After invoker |
||
| 25 | * |
||
| 26 | * @param Joinpoint $joinpoint the concrete joinpoint |
||
| 27 | * |
||
| 28 | * @return mixed the result of the call to {@link Joinpoint::proceed()} |
||
| 29 | */ |
||
| 30 | 2 | public function invoke(Joinpoint $joinpoint) |
|
| 41 | } |
||
| 42 |