PHP Class Go\Aop\Support\AnnotatedReflectionMethod

Inheritance: extends ReflectionMetho\ReflectionMethod
Afficher le fichier Open project: goaop/framework Class Usage Examples

Méthodes publiques

Méthode Description
getAnnotation ( string $annotationName ) : mixed Gets a method annotation.
getAnnotations ( ) : array Gets the annotations applied to a method.
getClosure ( $object )

Private Methods

Méthode Description
getReader ( ) : Doctrine\Common\Annotations\Reader Returns an annotation reader

Method Details

getAnnotation() public méthode

Gets a method annotation.
public getAnnotation ( string $annotationName ) : mixed
$annotationName string The name of the annotation.
Résultat mixed The Annotation or NULL, if the requested annotation does not exist.

getAnnotations() public méthode

Gets the annotations applied to a method.
public getAnnotations ( ) : array
Résultat array An array of Annotations.

getClosure() public méthode

public getClosure ( $object )