Doctrine\ODM\OrientDB\Mapper\Annotations\Reader::getMethodAnnotations PHP Метод

getMethodAnnotations() публичный Метод

Gets the annotations applied to a method.
public getMethodAnnotations ( ReflectionMethod $method ) : array
$method ReflectionMethod
Результат array An array of Annotations.
    public function getMethodAnnotations(\ReflectionMethod $method)
    {
        return $this->getReader()->getMethodAnnotations($method);
    }