Changeset 1534 for trunk/src/main/php/net/stubbles/ioc
- Timestamp:
- 04/12/08 19:12:03 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/ioc/stubAbstractIOCPreInterceptor.php
r1371 r1534 9 9 stubClassLoader::load('net::stubbles::ipo::interceptors::stubPreInterceptor', 10 10 'net::stubbles::ioc::stubBinder', 11 'net::stubbles:: util::stubRegistry'11 'net::stubbles::lang::stubRegistry' 12 12 ); 13 13 /** trunk/src/main/php/net/stubbles/ioc/stubBindingScopeSession.php
r1390 r1534 10 10 'net::stubbles::ioc::stubBindingScope', 11 11 'net::stubbles::ioc::stubValueInjectionProvider', 12 'net::stubbles::lang:: exceptions::stubRuntimeException',13 'net::stubbles:: util::stubRegistry'12 'net::stubbles::lang::stubRegistry', 13 'net::stubbles::lang::exceptions::stubRuntimeException' 14 14 ); 15 15 /** trunk/src/main/php/net/stubbles/ioc/stubIOCPreInterceptor.php
r1416 r1534 10 10 stubClassLoader::load('net::stubbles::ipo::interceptors::stubPreInterceptor', 11 11 'net::stubbles::ioc::stubBinder', 12 'net::stubbles:: util::stubRegistry'12 'net::stubbles::lang::stubRegistry' 13 13 ); 14 14 /**
