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
Datei anzeigen Open project: goaop/framework Interface Usage Examples

Public Methods

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

Method Details

getConstructor() public method

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