| 5 | * @author Andreas Motl <andreas.motl@ilo.de> | * @author Andreas Motl <andreas.motl@ilo.de> | 
| 6 | * @package org.netfrag.glib | * @package org.netfrag.glib | 
| 7 | * @name DesignPattern::Proxy | * @name DesignPattern::Proxy | 
|  | * @filesource |  | 
| 8 | * | * | 
| 9 | * | * | 
| 10 |  | */ | 
| 11 |  |  | 
| 12 |  |  | 
| 13 |  | /** | 
| 14 | * | * | 
| 15 | * | * | 
| 16 | * <b>Cvs-Log:</b> | * <b>Cvs-Log:</b> | 
| 19 | * $Id$ | * $Id$ | 
| 20 | * | * | 
| 21 | * $Log$ | * $Log$ | 
| 22 |  | * Revision 1.7  2003/03/10 23:30:30  joko | 
| 23 |  | * + fixed metadata for phpDocumentor | 
| 24 |  | * | 
| 25 |  | * Revision 1.6  2003/03/10 22:31:56  joko | 
| 26 |  | * + fixed metadata for phpDocumentor | 
| 27 |  | * | 
| 28 |  | * Revision 1.5  2003/03/05 17:28:43  joko | 
| 29 |  | * updated docu (phpDocumentor testing....) | 
| 30 |  | * | 
| 31 | * Revision 1.4  2003/03/05 16:32:18  joko | * Revision 1.4  2003/03/05 16:32:18  joko | 
| 32 | * updated docu (phpDocumentor testing....) | * updated docu (phpDocumentor testing....) | 
| 33 | * | * | 
| 66 | * @link http://www.gnu.org/licenses/lgpl.txt | * @link http://www.gnu.org/licenses/lgpl.txt | 
| 67 | * | * | 
| 68 | * @package org.netfrag.glib | * @package org.netfrag.glib | 
| 69 |  | * @subpackage DesignPattern | 
| 70 | * @name DesignPattern::Proxy | * @name DesignPattern::Proxy | 
| 71 | * | * | 
| 72 | * @todo | * @todo (x) DesignPattern::DecoratorProxy  (->decorate) | 
| 73 | * <pre> | * @todo (x) DesignPattern::TransparentProxy  (->make_transparent) | 
| 74 | *    x DesignPattern::DecoratorProxy  (->decorate) | * @todo (o) DesignPattern::MultiProxy   (->both???) (diamond inheritance? possible in php?) | 
| 75 | *    x DesignPattern::TransparentProxy  (->make_transparent) | * @todo (o) DesignPattern::GenericAdapterProxy??? | 
| 76 | *    o DesignPattern::MultiProxy   (->both???) (diamond inheritance? possible in php?) | * @todo   (o) no 'locator/query' or 'type/component' | 
| 77 | *    o DesignPattern::GenericAdapterProxy??? | * @todo   (o) even more generic: just 'adapter_metadata'    (-> global adapter registry?) | 
|  | *      o no 'locator/query' or 'type/component' |  | 
|  | *      o even more generic: just 'adapter_metadata'    (-> global adapter registry?) |  | 
|  | * </pre> |  | 
| 78 | * | * | 
| 79 | */ | */ | 
| 80 | class DesignPattern_Proxy extends Class_Logger { | class DesignPattern_Proxy extends Class_Logger { |