- Timestamp:
- 03/03/08 16:42:37 (9 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/util/stubRegistryXJConfInitializer.php
r1307 r1395 97 97 // intentionally empty 98 98 } 99 100 /**101 * initialize the Registry with configuration values from given configuration file102 *103 * @throws stubXJConfException104 */105 public function init()106 {107 $xjconfProxy = new stubXJConfProxy($this);108 $xjconfProxy->process();109 }110 99 } 111 100 ?>
