Go\Aop\Support\AnnotatedReflectionMethod::getAnnotations PHP Метод

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

Gets the annotations applied to a method.
public getAnnotations ( ) : array
Результат array An array of Annotations.
    public function getAnnotations()
    {
        return self::getReader()->getMethodAnnotations($this);
    }