:: Config_Registry (proposal)
Examples
$Date$
Applications
Table of contents
- Example A1: How to register a new application.
- Example A2: How to know the registered applications.
- Example A3: How to remove an application, with registered services and configuration data.
[Top]
Configurations
Table of contents
- Example C1: How to get configuration data into the registry.
- Example C2: How to get configuration resource (last-used) to import data.
- Example C3: How to import ('user', 'system' or 'default') data from an external source.
- Example C4: How to export ('user', 'system' or 'default') data to an external source.
- Example C5: How to import easily the default configuration data.
[Top]
Services
Table of contents
- Example S1: How to register a new hook (service callback).
- Example S2: How to call the hooks (services) with functions.
- Example S3: How to call the hooks (services) with class-methods.
- Example S4: How to know the registered services.
- Example S5: How to retrieve application that implement a specific method.
[Top]