Changeset 1371 for trunk/src/main/php/net/stubbles/ioc/stubBinder.php
- Timestamp:
- 02/25/08 23:27:22 (8 months ago)
- Files:
-
- trunk/src/main/php/net/stubbles/ioc/stubBinder.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/ioc/stubBinder.php
r1301 r1371 78 78 public function bindConstant() 79 79 { 80 $binding = new stubConstantBinding( $this->injector);80 $binding = new stubConstantBinding(); 81 81 $this->injector->addBinding($binding); 82 82 return $binding;
