Go\Aop\Support\AnnotatedReflectionMethod::getAnnotations PHP Method

getAnnotations() public method

Gets the annotations applied to a method.
public getAnnotations ( ) : array
return array An array of Annotations.
    public function getAnnotations()
    {
        return self::getReader()->getMethodAnnotations($this);
    }