PHP Interface Go\Aop\Intercept\ConstructorInvocation

A constructor invocation is a joinpoint and can be intercepted by a constructor interceptor.
Inheritance: extends Go\Aop\Intercept\Invocation
Afficher le fichier Open project: goaop/framework Interface Usage Examples

Méthodes publiques

Méthode Description
getConstructor ( ) : ReflectionMetho\ReflectionMethod | null Gets the constructor being called.

Method Details

getConstructor() public méthode

Gets the constructor being called.
public getConstructor ( ) : ReflectionMetho\ReflectionMethod | null
Résultat ReflectionMetho\ReflectionMethod | null the constructor being called or null if it is absent.