| 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 | * | * | 
| 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. | 
| 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 |  |  |