Bug #370

T3_FLOW3_Reflection_Class->getProperty() does not return FLOW3s property reflection

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

Status:Resolved Start date:2008-02-27
Priority:Should have Due date:
Assigned To:Robert Lemke % Done:

100%

Category:Reflection
Target version:-
PHP Version: Complexity:
Has patch: Affected Flow version:

Description

$class = new T3_FLOW3_Reflection_Class(CLASS);
var_dump($class->getProperty('someProperty');

output: ReflectionProperty
expected output: T3_FLOW3_Reflection_Property

Associated revisions

Revision 7da2ee0b
Added by Robert Lemke over 7 years ago

  • FLOW3: (Reflection) Added getProperty() to T3_FLOW3_Reflection_Class. Fixes #370.
  • FLOW3: (Cache) Implemented load() support for the File backend. Addresses #368.
  • FLOW3: (Component) The component manager's default context is now "Development". Relates to #23.
  • Testing: The Base Testcase now sets the cloned component manager's context to "Testing".

History

#1 Updated by Robert Lemke about 7 years ago

  • Target version deleted (18)

Also available in: Atom PDF