Go\Aop\Support\AnnotatedReflectionMethod::getAnnotations PHP Méthode

getAnnotations() public méthode

Gets the annotations applied to a method.
public getAnnotations ( ) : array
Résultat array An array of Annotations.
    public function getAnnotations()
    {
        return self::getReader()->getMethodAnnotations($this);
    }