Doctrine\ODM\OrientDB\Mapper\Annotations\ReaderInterface::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);