--- nfo/php/libs/org.netfrag.glib/DesignPattern/TransparentProxy.php 2003/03/05 12:14:55 1.2 +++ nfo/php/libs/org.netfrag.glib/DesignPattern/TransparentProxy.php 2003/03/05 17:28:43 1.3 @@ -4,14 +4,18 @@ * This file contains the DesignPattern::TransparentProxy class. * * @author Andreas Motl - * @module DesignPattern::TransparentProxy + * @package org.netfrag.glib + * @name DesignPattern::TransparentProxy * */ /** - * $Id: TransparentProxy.php,v 1.2 2003/03/05 12:14:55 joko Exp $ + * $Id: TransparentProxy.php,v 1.3 2003/03/05 17:28:43 joko Exp $ * * $Log: TransparentProxy.php,v $ + * Revision 1.3 2003/03/05 17:28:43 joko + * updated docu (phpDocumentor testing....) + * * Revision 1.2 2003/03/05 12:14:55 joko * re-renamed methods and privates: _handler becomes _proxy again * @@ -23,30 +27,31 @@ /** + * Load required modules: + * + */ +loadModule('DesignPattern::Proxy'); + + +/** * --- An attempt to implement some software design patterns... * --- TransparentProxy * - * --- http://c2.com/cgi-bin/wiki?ProxyPattern - * - * @author Andreas Motl - * @copyright (c) 2003 - All Rights reserved. - * @license GNU LGPL (GNU Lesser General Public License) + * @link http://c2.com/cgi-bin/wiki?ProxyPattern * - * @author-url http://www.netfrag.org/~joko/ - * @license-url http://www.gnu.org/licenses/lgpl.txt * + * @name DesignPattern::TransparentProxy + * @subpackage DesignPattern * @package org.netfrag.glib - * @module DesignPattern::TransparentProxy * - */ - - -/** - * Load required modules: + * @link http://www.gnu.org/licenses/lgpl.txt + * @license GNU LGPL (GNU Lesser General Public License) + * + * @link http://www.netfrag.org/~joko/ + * @copyright (c) 2003 - All Rights reserved. + * @author Andreas Motl * */ -loadModule('DesignPattern::Proxy'); - class DesignPattern_TransparentProxy extends DesignPattern_Proxy { /*