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

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

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

revision 1.5 by joko, Wed Mar 5 17:28:43 2003 UTC revision 1.6 by joko, Mon Mar 10 22:31:56 2003 UTC
# Line 5  Line 5 
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   *   *
# Line 16  Line 15 
15   * $Id$   * $Id$
16   *   *
17   * $Log$   * $Log$
18     * Revision 1.6  2003/03/10 22:31:56  joko
19     * + fixed metadata for phpDocumentor
20     *
21   * Revision 1.5  2003/03/05 17:28:43  joko   * Revision 1.5  2003/03/05 17:28:43  joko
22   * updated docu (phpDocumentor testing....)   * updated docu (phpDocumentor testing....)
23   *   *
# Line 60  loadModule('Class::Logger'); Line 62  loadModule('Class::Logger');
62   * @subpackage DesignPattern   * @subpackage DesignPattern
63   * @name DesignPattern::Proxy   * @name DesignPattern::Proxy
64   *   *
65   * @todo   * @todo (x) DesignPattern::DecoratorProxy  (->decorate)
66   * <pre>   * @todo (x) DesignPattern::TransparentProxy  (->make_transparent)
67   *    x DesignPattern::DecoratorProxy  (->decorate)   * @todo (o) DesignPattern::MultiProxy   (->both???) (diamond inheritance? possible in php?)
68   *    x DesignPattern::TransparentProxy  (->make_transparent)   * @todo (o) DesignPattern::GenericAdapterProxy???
69   *    o DesignPattern::MultiProxy   (->both???) (diamond inheritance? possible in php?)   * @todo   (o) no 'locator/query' or 'type/component'
70   *    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>  
71   *   *
72   */   */
73  class DesignPattern_Proxy extends Class_Logger {  class DesignPattern_Proxy extends Class_Logger {

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

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