Changeset 1180

Show
Ignore:
Timestamp:
12/23/07 00:23:05 (10 months ago)
Author:
mikey
Message:

added note about necessity of computing the binding index instead of creating it directly when a binding is added

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/net/stubbles/ioc/stubInjector.php

    r1178 r1180  
    3030     * index for faster access to bindings 
    3131     * 
    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. 
    3335     * 
    3436     * @var  array<string,stubBinding>