1
0
mirror of synced 2024-12-13 22:56:04 +03:00
doctrine2/lib/Doctrine/Common/Annotations
2009-10-23 15:03:00 +00:00
..
Annotation.php [2.0] Created common Lexer code for Annotations parser and Query parser. Added some docblocks 2009-08-05 21:13:42 +00:00
AnnotationException.php [2.0] More docblocks and changed exception thrown in Annotations parser 2009-08-08 23:16:13 +00:00
AnnotationReader.php [2.0] Small refactorings on the cache drivers. Introduced flag to control whether the cache driver should manage the cache keys since this is an advanced feature that is not always needed and can have negative side-effects (higher probability for cache slams). 2009-10-23 15:03:00 +00:00
Lexer.php [2.0] Some Annotations parser docblocks, optimizations, etc. Fixed wrong syntax error token report in DQL parser 2009-08-07 21:47:21 +00:00
Parser.php [2.0] Grammar rule fixes to prevent possibility to do key=field=identifier as a correct parseable grammar 2009-10-17 02:09:02 +00:00