Go\Aop\Framework\ReflectionConstructorInvocation::getConstructor PHP 메소드

getConstructor() 공개 메소드

Gets the constructor being called.
public getConstructor ( ) : ReflectionMetho\ReflectionMethod | null
리턴 ReflectionMetho\ReflectionMethod | null the constructor being called or null if it is absent.
    public function getConstructor()
    {
        return $this->constructor;
    }