--- nfo/php/libs/org.netfrag.glib/DesignPattern/AdapterProxy.php 2003/03/05 16:10:17 1.3 +++ nfo/php/libs/org.netfrag.glib/DesignPattern/AdapterProxy.php 2003/03/05 16:32:18 1.4 @@ -8,13 +8,19 @@ * @author Andreas Motl * @package org.netfrag.glib * @name DesignPattern::AdapterProxy + * @filesource * - */ - -/** - * $Id: AdapterProxy.php,v 1.3 2003/03/05 16:10:17 joko Exp $ + * + * + * Cvs-Log: + * + *
+ * $Id: AdapterProxy.php,v 1.4 2003/03/05 16:32:18 joko Exp $
  *
  * $Log: AdapterProxy.php,v $
+ * Revision 1.4  2003/03/05 16:32:18  joko
+ * updated docu (phpDocumentor testing....)
+ *
  * Revision 1.3  2003/03/05 16:10:17  joko
  * updated docu (phpDocumentor testing....)
  *
@@ -26,12 +32,19 @@
  *
  * Revision 1.1  2003/03/03 22:11:08  joko
  * + initial commit
+ * 
* * */ /** + * Make sure we have the required parent class + */ +loadModule('DesignPattern::TransparentProxy'); + + +/** * This tries to implement some DesignPattern * * @@ -43,25 +56,13 @@ * * @package org.netfrag.glib * @name DesignPattern::AdapterProxy - * @filesource * - */ - -/** - * Make sure we have the required parent class - */ - loadModule('DesignPattern::TransparentProxy'); - - -/** * @todo Learn TransparentProxy to do procedural calls instead * of instantiating a component and even less code could be in here..... * benefit: the TransparentProxy would be become even more powerful * eeäähhh, to the master Proxy it goes......!!! This one calls the handler(s)! * */ - - class DesignPattern_AdapterProxy extends DesignPattern_TransparentProxy { var $_adapter;