| 5 | * class to seamlessly integrate into its render queue. | * class to seamlessly integrate into its render queue. | 
| 6 | * | * | 
| 7 | * @author Andreas Motl <andreas.motl@ilo.de> | * @author Andreas Motl <andreas.motl@ilo.de> | 
| 8 | * @package phpHtmlLib | * @package org.netfrag.glib | 
| 9 | * @module MVCPage | * @name DesignPattern::AdapterProxy | 
| 10 | * | * | 
| 11 | */ | */ | 
| 12 |  |  | 
| 14 | * $Id$ | * $Id$ | 
| 15 | * | * | 
| 16 | * $Log$ | * $Log$ | 
| 17 |  | * Revision 1.2  2003/03/05 15:41:03  joko | 
| 18 |  | * updated docu (phpDocumentor testing....) | 
| 19 |  | * | 
| 20 | * Revision 1.1  2003/03/05 12:07:10  joko | * Revision 1.1  2003/03/05 12:07:10  joko | 
| 21 | * + initial commit | * + initial commit | 
| 22 | * | * | 
| 42 | * I guess we'll have to dispatch to arbitrary concrete | * I guess we'll have to dispatch to arbitrary concrete | 
| 43 | * Page-implementations here in future... | * Page-implementations here in future... | 
| 44 | * | * | 
| 45 |  | * | 
| 46 | * @author Andreas Motl <andreas.motl@ilo.de> | * @author Andreas Motl <andreas.motl@ilo.de> | 
| 47 | * @package phpHtmlLib | * @link http://www.netfrag.org/~joko/ | 
| 48 | * @module MVCPage | * @copyright (c) 2003 - All Rights reserved. | 
| 49 |  | * @license GNU LGPL (GNU Lesser General Public License) | 
| 50 |  | * @link http://www.gnu.org/licenses/lgpl.txt | 
| 51 |  | * | 
| 52 |  | * @package org.netfrag.glib | 
| 53 |  | * @name DesignPattern::AdapterProxy | 
| 54 | * | * | 
| 55 | */ | */ | 
| 56 |  |  |