Skip to content

Commit

Permalink
Added a method to retrieve reader from annotation driver.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Belyakov committed May 26, 2012
1 parent b51694f commit cf93d37
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/Doctrine/ODM/MongoDB/Mapping/Driver/AnnotationDriver.php
Expand Up @@ -118,6 +118,16 @@ public function getPaths()
return $this->paths;
}

/**
* Retrieve the current annotation reader
*
* @return AnnotationReader
*/
public function getReader()
{
return $this->reader;
}

/**
* {@inheritdoc}
*/
Expand Down

0 comments on commit cf93d37

Please sign in to comment.