/[cvs]/nfo/php/libs/org.netfrag.glib/DesignPattern/AdapterProxy.php
ViewVC logotype

Diff of /nfo/php/libs/org.netfrag.glib/DesignPattern/AdapterProxy.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by joko, Wed Mar 5 17:02:22 2003 UTC revision 1.7 by joko, Wed Mar 5 17:13:17 2003 UTC
# Line 13  Line 13 
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   *   *
# Line 52  loadModule('DesignPattern::TransparentPr Line 55  loadModule('DesignPattern::TransparentPr
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   *   *

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed