Show
Ignore:
Timestamp:
04/12/08 19:12:03 (7 months ago)
Author:
mikey
Message:

refactoring #139, part 1: moved net::stubbles::util::stubRegistry to net::stubbles::lang::stubRegistry

Files:

Legend:

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

    r1532 r1534  
    88 */ 
    99stubClassLoader::load('net::stubbles::ipo::session::stubAbstractSession', 
     10                      'net::stubbles::lang::stubRegistry', 
    1011                      'net::stubbles::php::string::stubMd5Encoder', 
    11                       'net::stubbles::util::stubRegistry', 
    1212                      'net::stubbles::util::validators::stubPassThruValidator' 
    1313);