Task #1523
Rename Reflection classes
Start date:
2008-09-16
Due date:
% Done:
100%
Estimated time:
Sprint:
PHP Version:
Has patch:
Complexity:
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)