Changeset 1180
- Timestamp:
- 12/23/07 00:23:05 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/ioc/stubInjector.php
r1178 r1180 30 30 * index for faster access to bindings 31 31 * 32 * Do not access this array directly, use getIndex() instead. 32 * Do not access this array directly, use getIndex() instead. The binding 33 * index is a requirement because the key for a binding is not necessarily 34 * complete when the binding is added to the injector. 33 35 * 34 36 * @var array<string,stubBinding>
