Apparently I got distracted in the middle of writing this docblock.
authorChuck Hagenbuch <chuck@horde.org>
Wed, 19 May 2010 13:55:48 +0000 (09:55 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Wed, 19 May 2010 13:55:48 +0000 (09:55 -0400)
framework/Injector/lib/Horde/Injector/Binder/AnnotatedSetters.php

index c980746..d1115ed 100644 (file)
@@ -92,7 +92,12 @@ class Horde_Injector_Binder_AnnotatedSetters implements Horde_Injector_Binder
     }
 
     /**
+     * Call each ReflectionMethod in the $setters array, filling in its
+     * dependencies with the $injector.
      *
+     * @param array $setters  Array of ReflectionMethods to call
+     * @param Horde_Injector $injector  The Horde_Injector to get dependencies from
+     * @param object $instance  The object to call setters on
      */
     private function _callSetters(array $setters, Horde_Injector $injector, $instance)
     {