Changeset 1395 for trunk/src/main/php/net/stubbles/websites/processors/stubProcessorResolverXJConfFactory.php
- Timestamp:
- 03/03/08 16:42:37 (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/websites/processors/stubProcessorResolverXJConfFactory.php
r1281 r1395 69 69 70 70 /** 71 * initialize the resolver72 *73 * @throws stubXJConfException74 */75 public function init()76 {77 $xjconfProxy = new stubXJConfProxy($this);78 $xjconfProxy->process();79 }80 81 /**82 71 * sets the resolver 83 72 *
