Doctrine\ODM\OrientDB\Mapper\Annotations\Reader::getMethodAnnotations PHP Méthode

getMethodAnnotations() public méthode

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