| 11 |
*/ |
*/ |
| 12 |
|
|
| 13 |
/** |
/** |
| 14 |
|
* <pre> |
| 15 |
|
* |
| 16 |
* $Id$ |
* $Id$ |
| 17 |
* |
* |
| 18 |
* $Log$ |
* $Log$ |
| 19 |
|
* Revision 1.4 2003/03/10 23:45:33 joko |
| 20 |
|
* + fixed metadata for phpDocumentor |
| 21 |
|
* |
| 22 |
|
* Revision 1.3 2003/03/10 01:05:07 joko |
| 23 |
|
* + additional metadata for Autodia |
| 24 |
|
* |
| 25 |
* Revision 1.2 2003/03/05 18:54:45 joko |
* Revision 1.2 2003/03/05 18:54:45 joko |
| 26 |
* updated docu - phpDocumentor is very strict about its 'blocks'... |
* updated docu - phpDocumentor is very strict about its 'blocks'... |
| 27 |
* |
* |
| 31 |
* Revision 1.1 2003/03/03 22:11:59 joko |
* Revision 1.1 2003/03/03 22:11:59 joko |
| 32 |
* + initial commit |
* + initial commit |
| 33 |
* |
* |
| 34 |
* |
* <pre> |
| 35 |
*/ |
*/ |
| 36 |
|
|
| 37 |
|
|
| 107 |
// merge args to object attributes |
// merge args to object attributes |
| 108 |
// FIXME!!! |
// FIXME!!! |
| 109 |
//$this->merge_args($args); |
//$this->merge_args($args); |
| 110 |
|
|
| 111 |
|
/** |
| 112 |
|
* <!-- Autodia --> |
| 113 |
|
* can do: (this is metadata supplied for Autodia, don't delete!) |
| 114 |
|
* $proxy = new Site_Adapter_phpHtmlLib_PageWidget() |
| 115 |
|
* $proxy = new Site_Adapter_php_IncludeFile() |
| 116 |
|
* $proxy = new Site_Adapter_php_Class() |
| 117 |
|
* $proxy = new Site_Adapter_php_Object() |
| 118 |
|
* |
| 119 |
|
*/ |
| 120 |
|
|
| 121 |
// --- Proxy selector (an Adapter acts as a Proxy here to get transparent....) |
// --- Proxy selector (an Adapter acts as a Proxy here to get transparent....) |
| 122 |
|
|