Merge pull request #103 from rdohms/patch-1
Add getReader to AnnotationDriver
This commit is contained in:
commit
e13720c33d
@ -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
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user