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

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

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