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

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

Gets the annotations applied to a property.
public getPropertyAnnotations ( ReflectionProperty $property ) : array
$property ReflectionProperty The name or ReflectionProperty of the property from which the annotations should be read.
Результат array An array of Annotations.
    public function getPropertyAnnotations(\ReflectionProperty $property);