Task #1523

Rename Reflection classes

Added by Robert Lemke almost 7 years ago. Updated almost 5 years ago.

Status:Resolved Start date:2008-09-16
Priority:Should have Due date:
Assigned To:Karsten Dambekalns % Done:

100%

Category:Reflection
Target version:-
Sprint: Has patch:
PHP Version: 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)

Associated revisions

Revision 4b003db2
Added by Karsten Dambekalns almost 7 years ago

FLOW3: Renamed some classes in the Reflection subpackage, fixes #1523.

History

#1 Updated by Karsten Dambekalns almost 7 years ago

  • Status changed from New to Accepted

#2 Updated by Karsten Dambekalns almost 7 years ago

  • Status changed from Accepted to Resolved
  • % Done changed from 0 to 100

Applied in changeset r1225.

Also available in: Atom PDF