Changeset 1301 for trunk/src/main/php/net/stubbles/ioc/stubBinder.php
- Timestamp:
- 01/25/08 20:09:22 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/ioc/stubBinder.php
r1296 r1301 47 47 * Create a new binder 48 48 * 49 * @param stubInjector$injector49 * @param stubInjector $injector 50 50 */ 51 51 public function __construct(stubInjector $injector = null) … … 61 61 * Bind a new interface to a class 62 62 * 63 * @param string$interface64 * @return stubClassBinding63 * @param string $interface 64 * @return stubClassBinding 65 65 */ 66 66 public function bind($interface) … … 74 74 * Bind a new constant 75 75 * 76 * @return stubConstantBinding76 * @return stubConstantBinding 77 77 */ 78 78 public function bindConstant() … … 86 86 * Get an injector for this binder 87 87 * 88 * @return stubInjector88 * @return stubInjector 89 89 */ 90 90 public function getInjector()
