[DCOM-34] calling setAutoloadAnnotationClasses on doctrine annotations reader causes fatal error Created: 08/Jan/11 Updated: 15/Feb/11 Resolved: 15/Feb/11 |
|
| Status: | Closed |
| Project: | Doctrine Common |
| Component/s: | Annotations |
| Affects Version/s: | 2.0.0 |
| Fix Version/s: | 2.0.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Hash Panak | Assignee: | Benjamin Eberlei |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Snow leopard, intel |
||
| Description |
|
When I try to set setAutoloadAnnotationClasses(true) gives me a fatal error, call to undefined method PHP Fatal error: Call to undefined method Doctrine\Common\Annotations\AnnotationReader::setAutoloadAnnotationClasses() |
| Comments |
| Comment by Guilherme Blanco [ 15/Feb/11 ] |
|
The correct method name is: setAutoloadAnnotations We need to fix the documentation of Common package. |
| Comment by Guilherme Blanco [ 15/Feb/11 ] |
|
Fixed |