Changeset 310
- Timestamp:
- 02/28/07 17:52:13 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/ioc/injection/stubInjectAnnotation.php
r307 r310 59 59 * processes all injections 60 60 * 61 * @param stubReflectionClass $refClass the reflection class for $injectible62 * @param stubInjectionMap $injectionMap map of values to inject63 * @param object $injectible the class to inject into64 * @throws InjectionException61 * @param stubReflectionClass $refClass the reflection class for $injectible 62 * @param stubInjectionMap $injectionMap map of values to inject 63 * @param object $injectible the class to inject into 64 * @throws stubInjectionException 65 65 */ 66 66 protected function handleInjections(stubReflectionClass $refClass, stubInjectionMap $injectionMap, $injectible) … … 91 91 * static call to hide all injection details 92 92 * 93 * @param InjectionMap $injectionMap map of values to inject94 * @param object $injectible the class to inject into95 * @throws InjectionException93 * @param InjectionMap $injectionMap map of values to inject 94 * @param object $injectible the class to inject into 95 * @throws stubInjectionException 96 96 */ 97 97 public static function factory(stubInjectionMap $injectionMap, $injectible)
