Webmail
in package
implements
HookInterface
Interfaces, Classes and Traits
- HookInterface
- Generic interface for hooks
Table of Contents
- getWebmails() : array<string|int, Webmail>
- Integrate a list of webmails into the UI and CLI.
Methods
getWebmails()
Integrate a list of webmails into the UI and CLI.
public
abstract getWebmails() : array<string|int, Webmail>
Webmails must have a unique name within the module to be properly displayed. The name provided by the Webmail will be passed to the following methods:
- @see \pm_Hook_WebServer::getWebmailApacheConfig()
- @see \pm_Hook_WebServer::getWebmailNginxConfig()