Go\Aop\Support\AnnotatedReflectionMethod::getAnnotation PHP 메소드

getAnnotation() 공개 메소드

Gets a method annotation.
public getAnnotation ( string $annotationName ) : mixed
$annotationName string The name of the annotation.
리턴 mixed The Annotation or NULL, if the requested annotation does not exist.
    public function getAnnotation($annotationName)
    {
        return self::getReader()->getMethodAnnotation($this, $annotationName);
    }