1
0
mirror of synced 2025-01-18 06:21:40 +03:00

Merge pull request #103 from rdohms/patch-1

Add getReader to AnnotationDriver
This commit is contained in:
Guilherme Blanco 2011-08-10 11:11:41 -07:00
commit e13720c33d

View File

@ -97,6 +97,16 @@ class AnnotationDriver implements Driver
return $this->_paths;
}
/**
* Retrieve the current annotation reader
*
* @return AnnotationReader
*/
public function getReader()
{
return $this->_reader;
}
/**
* Get the file extension used to look for mapping files under
*