Task #1523
Rename Reflection classes
| Status: | Resolved | Start date: | 2008-09-16 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Karsten Dambekalns | % Done: | 100% |
|
| Category: | Reflection | |||
| Target version: | - | |||
| Sprint: | Has patch: | |||
| PHP Version: | Complexity: | |||
| Votes: | 0 |
Description
After the introduction of namespaces, the *_Reflection_Class has been renamed to *::ReflectionClass. Some other classes need to be renamed as well and these classes should be named SomethingReflection rather than ReflectionSomething:
F3::FLOW3::Reflection::ReflectionClass -> F3::FLOW3::Reflection::ClassReflection
F3::FLOW3::Reflection::Method -> F3::FLOW3::Reflection::MethodReflection
F3::FLOW3::Reflection::Property -> F3::FLOW3::Reflection::PropertyReflection
F3::FLOW3::Reflection::ReflectionClassFactory -> (removed)
Associated revisions
FLOW3: Renamed some classes in the Reflection subpackage, fixes #1523.
History
Updated by Karsten Dambekalns almost 5 years ago
- Status changed from New to Accepted
Updated by Karsten Dambekalns almost 5 years ago
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
Applied in changeset r1225.