Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Go
Aop
Framework
AfterInterceptor
PHP Class Go\Aop\Framework\AfterInterceptor
Inheritance:
extends
BaseInterceptor
,
implements
Go\Aop\AdviceAfter
Afficher le fichier
Open project: goaop/framework
Méthodes publiques
Méthode
Description
invoke
(
Go\Aop\Intercept\Joinpoint
$joinpoint
) :
mixed
After invoker
Method Details
invoke()
public
méthode
After invoker
public
invoke
(
Go\Aop\Intercept\Joinpoint
$joinpoint
) :
mixed
$joinpoint
Go\Aop\Intercept\Joinpoint
the concrete joinpoint
Résultat
mixed
the result of the call to {@link Joinpoint::proceed()}