@package
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 17 Jan 2010 15:07:47 +0000 (10:07 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 17 Jan 2010 15:07:47 +0000 (10:07 -0500)
framework/Injector/lib/Horde/Injector.php
framework/Injector/lib/Horde/Injector/Binder.php
framework/Injector/lib/Horde/Injector/Scope.php

index d31b8d0..efaa1fe 100644 (file)
@@ -6,6 +6,8 @@
  * by the bucket_Container's concept of child scopes, but written to support many different
  * types of bindings as well as allowing for setter injection bindings.
  *
+ * @category Horde
+ * @package Horde_Injector
  * @author Bob Mckee <bmckee@bywires.com>
  * @author James Pepin <james@jamespepin.com>
  */
index 764c129..8078c37 100644 (file)
@@ -5,7 +5,7 @@
  * PHP version 5
  *
  * @category Horde
- * @package  Injector
+ * @package  Horde_Injector
  * @author   Bob Mckee <bmckee@bywires.com>
  * @author   James Pepin <james@jamespepin.com>
  * @license  http://opensource.org/licenses/bsd-license.php BSD
@@ -16,7 +16,7 @@
  * Describes a binding class that is able to create concrete object instances.
  *
  * @category Horde
- * @package  Injector
+ * @package  Horde_Injector
  * @author   Bob Mckee <bmckee@bywires.com>
  * @author   James Pepin <james@jamespepin.com>
  * @license  http://opensource.org/licenses/bsd-license.php BSD
index 5c0e5e9..a94bba6 100644 (file)
@@ -4,6 +4,9 @@
  *
  * Injectors implement a Chain of Responsibility pattern.  This is the required
  * interface for injectors to pass on responsibility to parent objects in the chain.
+ *
+ * @category Horde
+ * @package Horde_Injector
  */
 interface Horde_Injector_Scope
 {