PHP 클래스 Go\Aop\Support\AnnotatedReflectionMethod

상속: extends ReflectionMetho\ReflectionMethod
파일 보기 프로젝트 열기: goaop/framework 1 사용 예제들

공개 메소드들

메소드 설명
getAnnotation ( string $annotationName ) : mixed Gets a method annotation.
getAnnotations ( ) : array Gets the annotations applied to a method.
getClosure ( $object )

비공개 메소드들

메소드 설명
getReader ( ) : Doctrine\Common\Annotations\Reader Returns an annotation reader

메소드 상세

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.

getAnnotations() 공개 메소드

Gets the annotations applied to a method.
public getAnnotations ( ) : array
리턴 array An array of Annotations.

getClosure() 공개 메소드

public getClosure ( $object )