Go\Aop\Intercept\ConstructorInvocation::getConstructor PHP Méthode

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.
    public function getConstructor();
ConstructorInvocation