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

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

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

revision 1.14 by joko, Tue Mar 11 02:34:57 2003 UTC revision 1.15 by joko, Tue Mar 11 02:42:53 2003 UTC
# Line 17  Line 17 
17   * $Id$   * $Id$
18   *   *
19   * $Log$   * $Log$
20     * Revision 1.15  2003/03/11 02:42:53  joko
21     * + fixed metadata for phpDocumentor
22     *
23   * Revision 1.14  2003/03/11 02:34:57  joko   * Revision 1.14  2003/03/11 02:34:57  joko
24   * + fixed metadata for phpDocumentor   * + fixed metadata for phpDocumentor
25   *   *
# Line 73  loadModule('Class::Logger'); Line 76  loadModule('Class::Logger');
76    
77    
78  /**  /**
79   * --- An attempt to implement some software design patterns...  The FacadePattern   * An attempt to implement some software design patterns...  The {@link http://c2.com/cgi-bin/wiki?FacadePattern FacadePattern}
  *  
  * @link http://c2.com/cgi-bin/wiki?FacadePattern  
80   *   *
81   * Intent: Provide a unified interface to a set of interfaces in a subsystem.   * Intent: Provide a unified interface to a set of interfaces in a subsystem.
82   * Facade defines a higher-level interface that makes the subsystem easier to use.   * Facade defines a higher-level interface that makes the subsystem easier to use.
# Line 96  loadModule('Class::Logger'); Line 97  loadModule('Class::Logger');
97   * @todo (o) xyz   * @todo (o) xyz
98   * @todo (o) bla, bli, blub   * @todo (o) bla, bli, blub
99   *   *
  *  
100   */   */
101  class DesignPattern_Facade extends Class_Logger {  class DesignPattern_Facade extends Class_Logger {
102    

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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