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

getStaticPart() public method

Returns the static part of this joinpoint.
public getStaticPart ( ) : null | ReflectionMetho\ReflectionMethod
return null | ReflectionMetho\ReflectionMethod
    public function getStaticPart()
    {
        return $this->getConstructor();
    }