Show
Ignore:
Timestamp:
03/03/08 16:42:37 (7 months ago)
Author:
mikey
Message:

created foundation for enhancement #49: introduced new base interface stubInitializer

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/net/stubbles/ipo/interceptors/stubInterceptorXJConfInitializer.php

    r1265 r1395  
    151151 
    152152    /** 
    153      * initialize the interceptors 
    154      * 
    155      * @throws  stubXJConfException 
    156      */ 
    157     public function init() 
    158     { 
    159         $xjconfProxy = new stubXJConfProxy($this); 
    160         $xjconfProxy->process(); 
    161     } 
    162  
    163     /** 
    164153     * sets the list of pre interceptors 
    165154     *