Go\Aop\Framework\ReflectionConstructorInvocation::getStaticPart PHP Метод

getStaticPart() публичный Метод

Returns the static part of this joinpoint.
public getStaticPart ( ) : null | ReflectionMetho\ReflectionMethod
Результат null | ReflectionMetho\ReflectionMethod
    public function getStaticPart()
    {
        return $this->getConstructor();
    }