--- nfo/php/libs/org.netfrag.glib/DesignPattern/AdapterProxy.php 2003/03/05 12:07:10 1.1 +++ nfo/php/libs/org.netfrag.glib/DesignPattern/AdapterProxy.php 2003/03/05 15:41:03 1.2 @@ -5,15 +5,18 @@ * class to seamlessly integrate into its render queue. * * @author Andreas Motl - * @package phpHtmlLib - * @module MVCPage + * @package org.netfrag.glib + * @name DesignPattern::AdapterProxy * */ /** - * $Id: AdapterProxy.php,v 1.1 2003/03/05 12:07:10 joko Exp $ + * $Id: AdapterProxy.php,v 1.2 2003/03/05 15:41:03 joko Exp $ * * $Log: AdapterProxy.php,v $ + * Revision 1.2 2003/03/05 15:41:03 joko + * updated docu (phpDocumentor testing....) + * * Revision 1.1 2003/03/05 12:07:10 joko * + initial commit * @@ -39,9 +42,15 @@ * I guess we'll have to dispatch to arbitrary concrete * Page-implementations here in future... * + * * @author Andreas Motl - * @package phpHtmlLib - * @module MVCPage + * @link http://www.netfrag.org/~joko/ + * @copyright (c) 2003 - All Rights reserved. + * @license GNU LGPL (GNU Lesser General Public License) + * @link http://www.gnu.org/licenses/lgpl.txt + * + * @package org.netfrag.glib + * @name DesignPattern::AdapterProxy * */