Doctrine\ODM\OrientDB\Mapper\Annotations\Reader::getReader PHP Method

getReader() protected method

Returns the cached reader associated with this reader.
protected getReader ( ) : CachedReader
return Doctrine\Common\Annotations\CachedReader
    protected function getReader()
    {
        return $this->reader;
    }