From 9d524d109c0f65648dca5c441684a9b654b754f4 Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Wed, 19 May 2010 09:55:48 -0400 Subject: [PATCH] Apparently I got distracted in the middle of writing this docblock. --- framework/Injector/lib/Horde/Injector/Binder/AnnotatedSetters.php | 5 +++++ 1 file changed, 5 insertions(+) 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) { -- 2.11.0