Changeset 1078
- Timestamp:
- 11/28/07 12:46:14 (9 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/reflection/stubReflectionFunction.php
r1016 r1078 12 12 'net.stubbles.reflection.stubReflectionClass', 13 13 'net.stubbles.reflection.stubReflectionParameter', 14 'net.stubbles.reflection.stubReflectionPrimitive' 14 'net.stubbles.reflection.stubReflectionPrimitive', 15 'net.stubbles.reflection.stubReflectionRoutine' 15 16 ); 16 17 /** … … 20 21 * @subpackage reflection 21 22 */ 22 class stubReflectionFunction extends ReflectionFunction implements stub Annotatable23 class stubReflectionFunction extends ReflectionFunction implements stubReflectionRoutine 23 24 { 24 25 /** trunk/src/main/php/net/stubbles/reflection/stubReflectionMethod.php
r1070 r1078 12 12 'net.stubbles.reflection.stubReflectionClass', 13 13 'net.stubbles.reflection.stubReflectionParameter', 14 'net.stubbles.reflection.stubReflectionPrimitive' 14 'net.stubbles.reflection.stubReflectionPrimitive', 15 'net.stubbles.reflection.stubReflectionRoutine' 15 16 ); 16 17 /** … … 20 21 * @subpackage reflection 21 22 */ 22 class stubReflectionMethod extends ReflectionMethod implements stub Annotatable23 class stubReflectionMethod extends ReflectionMethod implements stubReflectionRoutine 23 24 { 24 25 /**
