Doctrine\ODM\OrientDB\Mapper\Annotations\ReaderInterface::getMethodAnnotation PHP Метод

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

Gets a method annotation.
public getMethodAnnotation ( ReflectionMethod $method, string $annotation ) : The
$method ReflectionMethod
$annotation string The name of the annotation.
Результат The Annotation or null, if the requested annotation does not exist.
    public function getMethodAnnotation(\ReflectionMethod $method, $annotation);