The Phoenix.Modules namespace is the interface to the plug-in architecture. Each page in Phoenix can be mapped to a Module. The ManagedPages class is responsible for finding the appropiate page based on a given Module Code.
Classes
| Class | Description | |
|---|---|---|
| ManagedPage |
The ManagedPage class is a wrapper class around a <module> | |
| ManagedPages |
Maps a PhoenixModuleCode to webpages, icons etc.
| |
| Module |
Utility methods to enumerate tablenames and vice versa.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| Module..::.PhoenixModuleGroup |
This enumeration is used to identify the type of a module.
| |
| PhoenixModuleCode |
This enumeration is used to identify each of the supported modules in the system.
|
