- Timestamp:
- 12/06/07 23:11:20 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/reflection/stubReflectionMethod.php
r1083 r1127 58 58 59 59 $this->methodName = $methodName; 60 parent::__construct($this->className , $methodName);60 parent::__construct($this->className, $methodName); 61 61 } 62 62
