Go\Aop\Framework\AbstractMethodInvocation::getStaticPart PHP Méthode

getStaticPart() public méthode

Returns the static part of this joinpoint.
public getStaticPart ( ) : object
Résultat object
    public function getStaticPart()
    {
        return $this->getMethod();
    }