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);
    }