Changeset 1395 for trunk/src/main/php/net/stubbles/ipo/interceptors/stubInterceptorXJConfInitializer.php
- Timestamp:
- 03/03/08 16:42:37 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/ipo/interceptors/stubInterceptorXJConfInitializer.php
r1265 r1395 151 151 152 152 /** 153 * initialize the interceptors154 *155 * @throws stubXJConfException156 */157 public function init()158 {159 $xjconfProxy = new stubXJConfProxy($this);160 $xjconfProxy->process();161 }162 163 /**164 153 * sets the list of pre interceptors 165 154 *
