Doctrine\ODM\OrientDB\Configuration::getAnnotationReader PHP Method

getAnnotationReader() public method

public getAnnotationReader ( )
    public function getAnnotationReader()
    {
        if (!$this->annotationReader) {
            $this->annotationReader = isset($this->options['annotation_reader']) ? $this->options['annotation_reader'] : new Reader();
        }
        return $this->annotationReader;
    }