Doctrine\ODM\OrientDB\Mapper\Annotations\ReaderInterface::getMethodAnnotations PHP Method

getMethodAnnotations() public method

Gets the annotations applied to a method.
public getMethodAnnotations ( ReflectionMethod $method ) : array
$method ReflectionMethod
return array An array of Annotations.
    public function getMethodAnnotations(\ReflectionMethod $method);