- Timestamp:
- 03/06/08 15:09:36 (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/util/stubRegistryXJConfInitializer.php
r1395 r1399 35 35 { 36 36 $this->source = $source; 37 } 38 39 /** 40 * returns the config source 41 * 42 * @return string 43 */ 44 public function getConfigSource() 45 { 46 return $this->source; 37 47 } 38 48
