Show
Ignore:
Timestamp:
03/03/08 16:42:37 (9 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/util/stubRegistryXJConfInitializer.php

    r1307 r1395  
    9797        // intentionally empty 
    9898    } 
    99  
    100     /** 
    101      * initialize the Registry with configuration values from given configuration file 
    102      * 
    103      * @throws  stubXJConfException 
    104      */ 
    105     public function init() 
    106     { 
    107         $xjconfProxy = new stubXJConfProxy($this); 
    108         $xjconfProxy->process(); 
    109     } 
    11099} 
    111100?>