| 12 |
* $Id$ |
* $Id$ |
| 13 |
* |
* |
| 14 |
* $Log$ |
* $Log$ |
| 15 |
|
* Revision 1.3 2003/03/10 23:25:02 joko |
| 16 |
|
* + fixed metadata for phpDocumentor |
| 17 |
|
* |
| 18 |
* Revision 1.2 2003/03/05 18:54:42 joko |
* Revision 1.2 2003/03/05 18:54:42 joko |
| 19 |
* updated docu - phpDocumentor is very strict about its 'blocks'... |
* updated docu - phpDocumentor is very strict about its 'blocks'... |
| 20 |
* |
* |
| 58 |
* @subpackage Application |
* @subpackage Application |
| 59 |
* @name Application::ComponentRegistry |
* @name Application::ComponentRegistry |
| 60 |
* |
* |
| 61 |
* @todo |
* @todo (o) Be able to *persistently* register new components. |
|
* <pre> |
|
|
* o Be able to *persistently* register new components. |
|
| 62 |
* By now the declaration (read-only) is included on each request. |
* By now the declaration (read-only) is included on each request. |
| 63 |
* No caching or similar stuff occours at this level!!! |
* No caching or similar stuff occours at this level!!! |
|
* </pre> |
|
| 64 |
* |
* |
| 65 |
*/ |
*/ |
| 66 |
class Application_ComponentRegistry { |
class Application_ComponentRegistry { |