phpdoc
authorMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 12 Nov 2010 19:02:35 +0000 (14:02 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 12 Nov 2010 19:02:35 +0000 (14:02 -0500)
framework/Core/lib/Horde/Core/Share/FactoryCallback.php

index 48e0923..f14e93b 100644 (file)
@@ -1,13 +1,18 @@
 <?php
-/* 
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
- */
-
 /**
- * Description of FactoryCallback
+ * Small factory class for wrapping the injection of Horde_Share obejcts into
+ * the Horde_Share_Object objects. We must use the GLOBAL here instead of
+ * keeping a reference to the injector since this object will be serialized
+ * along with the Horde_Share_Object object.
+ *
+ * Copyright 2010 The Horde Project (http://www.horde.org/)
+ *
+ * See the enclosed file COPYING for license information (LGPL). If you
+ * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
  *
- * @author mrubinsk
+ * @category Horde
+ * @package  Core
+ * @author   Michael J. Rubinsky <mrubinsk@horde.org>
  */
 class Horde_Core_Share_FactoryCallback
 {