File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -138,14 +138,13 @@ Configuration
138138
139139 Each ** annotation** mapping may also specify the following options:
140140 * ** use_simple_annotation_reader** :
141- If ` true ` , only the notation ` @Entity ` will work.
141+ * If ` true ` , only simple notations like ` @Entity ` will work.
142+ * If ` false ` , more advanced notations and aliasing via ` use ` will
143+ work. (Example: ` use Doctrine\ORM\Mapping AS ORM ` , ` @ORM\Entity ` )
142144
143- If ` false ` , the notation ` @ORM\Entity ` and similar
144- (` @Doctrine\ORM\Mapping\Entity ` , ... and so on) will also be supported.
145-
146- Note that if set to ` false ` , the ` AnnotationRegistry ` will probably
147- need to be configured correctly. See this FAQ:
148- [ Why aren't my Annotations classes being found?] ( #why-arent-my-annotations-classes-being-found )
145+ Note that if set to ` false ` , the ` AnnotationRegistry ` will probably
146+ need to be configured correctly. See this FAQ:
147+ [ Why aren't my Annotations classes being found?] ( #why-arent-my-annotations-classes-being-found )
149148 * ** query_cache** :
150149 String or array describing query cache implementation.
151150 * Default: setting specified by orm.default_cache*
You can’t perform that action at this time.
0 commit comments