Go\Aop\Framework\ReflectionConstructorInvocation::getConstructor PHP Method

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.
    public function getConstructor()
    {
        return $this->constructor;
    }