--- nfo/php/libs/org.netfrag.glib/DesignPattern/Proxy.php 2003/03/05 17:28:43 1.5 +++ nfo/php/libs/org.netfrag.glib/DesignPattern/Proxy.php 2003/03/10 22:31:56 1.6 @@ -5,7 +5,6 @@ * @author Andreas Motl * @package org.netfrag.glib * @name DesignPattern::Proxy - * @filesource * * * @@ -13,9 +12,12 @@ * Cvs-Log: * *
- * $Id: Proxy.php,v 1.5 2003/03/05 17:28:43 joko Exp $
+ * $Id: Proxy.php,v 1.6 2003/03/10 22:31:56 joko Exp $
  *
  * $Log: Proxy.php,v $
+ * Revision 1.6  2003/03/10 22:31:56  joko
+ * + fixed metadata for phpDocumentor
+ *
  * Revision 1.5  2003/03/05 17:28:43  joko
  * updated docu (phpDocumentor testing....)
  *
@@ -60,15 +62,12 @@
  * @subpackage DesignPattern
  * @name DesignPattern::Proxy
  *
- * @todo
- * 
- *    x DesignPattern::DecoratorProxy  (->decorate)
- *    x DesignPattern::TransparentProxy  (->make_transparent)
- *    o DesignPattern::MultiProxy   (->both???) (diamond inheritance? possible in php?)
- *    o DesignPattern::GenericAdapterProxy???
- *      o no 'locator/query' or 'type/component'
- *      o even more generic: just 'adapter_metadata'    (-> global adapter registry?)
- * 
+ * @todo (x) DesignPattern::DecoratorProxy (->decorate) + * @todo (x) DesignPattern::TransparentProxy (->make_transparent) + * @todo (o) DesignPattern::MultiProxy (->both???) (diamond inheritance? possible in php?) + * @todo (o) DesignPattern::GenericAdapterProxy??? + * @todo (o) no 'locator/query' or 'type/component' + * @todo (o) even more generic: just 'adapter_metadata' (-> global adapter registry?) * */ class DesignPattern_Proxy extends Class_Logger {