| 14 |
* $Id$ |
* $Id$ |
| 15 |
* |
* |
| 16 |
* $Log$ |
* $Log$ |
| 17 |
|
* Revision 1.3 2003/03/10 01:05:07 joko |
| 18 |
|
* + additional metadata for Autodia |
| 19 |
|
* |
| 20 |
* Revision 1.2 2003/03/05 18:54:45 joko |
* Revision 1.2 2003/03/05 18:54:45 joko |
| 21 |
* updated docu - phpDocumentor is very strict about its 'blocks'... |
* updated docu - phpDocumentor is very strict about its 'blocks'... |
| 22 |
* |
* |
| 102 |
// merge args to object attributes |
// merge args to object attributes |
| 103 |
// FIXME!!! |
// FIXME!!! |
| 104 |
//$this->merge_args($args); |
//$this->merge_args($args); |
| 105 |
|
|
| 106 |
|
/** |
| 107 |
|
* <!-- Autodia --> |
| 108 |
|
* can do: (this is metadata supplied for Autodia, don't delete!) |
| 109 |
|
* $proxy = new Site_Adapter_phpHtmlLib_PageWidget() |
| 110 |
|
* $proxy = new Site_Adapter_php_IncludeFile() |
| 111 |
|
* $proxy = new Site_Adapter_php_Class() |
| 112 |
|
* $proxy = new Site_Adapter_php_Object() |
| 113 |
|
* |
| 114 |
|
*/ |
| 115 |
|
|
| 116 |
// --- Proxy selector (an Adapter acts as a Proxy here to get transparent....) |
// --- Proxy selector (an Adapter acts as a Proxy here to get transparent....) |
| 117 |
|
|