Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0.0-BETA2
-
Component/s: None
-
Labels:None
Description
This is a rather trivial issue: I'd like to add a function to the Common\ClassLoader called getClassPath($className) or something named similarly so that we are able to find where an autoloader will look for the specified class. The autoloader doesn't check for file existence normally (as it shouldn't) but there are cases where the developer does need to make sure that the file exists before a class is attempted to be loaded.
I've attached a patch for the changes that I'm proposing.
Activity
Roman S. Borschel
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Project | Doctrine 2 - ORM [ 10032 ] | Doctrine Common [ 10043 ] |
| Key | DDC-570 |
|
| Component/s | Common [ 10010 ] |
Roman S. Borschel
made changes -
| Priority | Trivial [ 5 ] | Minor [ 4 ] |
| Fix Version/s | 2.0.0-BETA2 [ 10061 ] |
Roman S. Borschel
made changes -
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] |
Benjamin Eberlei
made changes -
| Workflow | jira [ 11322 ] | jira-feedback2 [ 17933 ] |
Benjamin Eberlei
made changes -
| Workflow | jira-feedback2 [ 17933 ] | jira-feedback3 [ 19896 ] |