Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Go
Aop
Framework
AfterInterceptor
PHP Class Go\Aop\Framework\AfterInterceptor
Inheritance:
extends
BaseInterceptor
,
implements
Go\Aop\AdviceAfter
显示文件
Open project: goaop/framework
Public Methods
Method
Description
invoke
(
Go\Aop\Intercept\Joinpoint
$joinpoint
) :
mixed
After invoker
Method Details
invoke()
public
method
After invoker
public
invoke
(
Go\Aop\Intercept\Joinpoint
$joinpoint
) :
mixed
$joinpoint
Go\Aop\Intercept\Joinpoint
the concrete joinpoint
return
mixed
the result of the call to {@link Joinpoint::proceed()}