Classes
| Class | Description |
---|
| Dashboard | Handles the dashboards in the administration interface. A dashboard corresponds with a section in the left menu within the admin ui. |
| PageFactory | PageFactory is the class to use in order to interact with the pages in the system. Whether it's fetching one or multiple pages or deleting one you'll find functions for it here. |
| SiteFactory | SiteFactory is the class to use in order to interact with site definitions in the system. |
| Utils | Class that collects various helpful functions. |
Interfaces
| Interface | Description |
---|
| IDashboardArea | Inherit this interface in order to add your own dashboards into the administration interface. |
See Also