| 13 | * $Id$ | * $Id$ | 
| 14 | * | * | 
| 15 | * $Log$ | * $Log$ | 
| 16 |  | * Revision 1.7  2003/03/05 17:13:17  joko | 
| 17 |  | * updated docu (phpDocumentor testing....) | 
| 18 |  | * | 
| 19 | * Revision 1.6  2003/03/05 17:02:22  joko | * Revision 1.6  2003/03/05 17:02:22  joko | 
| 20 | * updated docu (phpDocumentor testing....) | * updated docu (phpDocumentor testing....) | 
| 21 | * | * | 
| 55 | * It combines features from both the standard Proxy | * It combines features from both the standard Proxy | 
| 56 | * and the TransparentProxy adding some Adapter features. | * and the TransparentProxy adding some Adapter features. | 
| 57 | * | * | 
| 58 | * @author Andreas Motl <andreas.motl@ilo.de> | * @name DesignPattern::AdapterProxy | 
| 59 | * @copyright (c) 2003 - All Rights reserved. | * @subpackage DesignPattern | 
| 60 | * @link http://www.netfrag.org/~joko/ | * @package org.netfrag.glib | 
| 61 | * <br> | * <br> | 
|  | * @license GNU LGPL (GNU Lesser General Public License) |  | 
| 62 | * @link http://www.gnu.org/licenses/lgpl.txt | * @link http://www.gnu.org/licenses/lgpl.txt | 
| 63 |  | * @license GNU LGPL (GNU Lesser General Public License) | 
| 64 | * <br> | * <br> | 
| 65 | * @package org.netfrag.glib | * @link http://www.netfrag.org/~joko/ | 
| 66 | * @subpackage DesignPattern | * @copyright (c) 2003 - All Rights reserved. | 
| 67 | * @name DesignPattern::AdapterProxy | * @author Andreas Motl <andreas.motl@ilo.de> | 
| 68 | * | * | 
| 69 | * @todo Learn TransparentProxy to do procedural calls ... | * @todo Learn TransparentProxy to do procedural calls ... <br> | 
| 70 | * ... instead of instantiating a component and even less code could be in here | * ... instead of instantiating a component and even less code could be in here<br> | 
| 71 | * benefit: the TransparentProxy would be become even more powerful | * benefit: the TransparentProxy would be become even more powerful | 
| 72 | * eeäähhh, to the master Proxy it goes......!!! This one calls the handler(s)! | * eeäähhh, to the master Proxy it goes......!!! This one calls the handler(s)! | 
| 73 | * | * |