From: Chuck Hagenbuch Date: Wed, 19 May 2010 13:55:48 +0000 (-0400) Subject: Apparently I got distracted in the middle of writing this docblock. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=9d524d109c0f65648dca5c441684a9b654b754f4;p=horde.git Apparently I got distracted in the middle of writing this docblock. --- diff --git a/framework/Injector/lib/Horde/Injector/Binder/AnnotatedSetters.php b/framework/Injector/lib/Horde/Injector/Binder/AnnotatedSetters.php index c980746df..d1115ed6d 100644 --- a/framework/Injector/lib/Horde/Injector/Binder/AnnotatedSetters.php +++ b/framework/Injector/lib/Horde/Injector/Binder/AnnotatedSetters.php @@ -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) {