php-src/ext/reflection
Hannes Magnusson 13fe33c2df MFH
- Created new abstract class, ReflectionFunctionAbstract implementing Reflector
- Moved all methods from ReflectionFunction (except export, invoke & invokeArgs)
- ReflectionFunction now inherits everything from ReflectionFunctionAbstract
    and implements its own export, invoke & invokeArgs methods
- ReflectionMethod now extends ReflectionFunctionAbstract and implements
    its own export, invoke & invokeArgs methods.
- Removed stdClass typehint from ReflectionClass::isInstance
- Removed stdClass typehint from ReflectionClass::set/getValue
2006-06-10 00:40:57 +00:00
..
tests - Missing skipif 2006-03-19 18:25:51 +00:00
config.m4 MFH 2005-12-03 01:12:45 +00:00
config.w32 - Moved reflection into its own extension 2005-11-30 21:53:20 +00:00
CREDITS - Moved reflection into its own extension 2005-11-30 21:53:20 +00:00
php_reflection.c MFH 2006-06-10 00:40:57 +00:00
php_reflection.h MFH 2006-06-10 00:40:57 +00:00