Return a localized description of the handler.
API Tags:
| Return: | GalleryStatus string Localized description of the handler. |
| Abstract: | |
Redefined in descendants as:
Handle the event.
Parameters:
|
array |
$subscribers: |
Array of userIds to send the notification to |
|
NotificationEvent_1_0 |
$notification: |
The event notification descriptor |
API Tags:
Redefined in descendants as:
array _translateText(
string
$moduleId, mixed
$translateParms
)
|
|
Provide a common routine to do translations of descriptions
Parameters:
|
string |
$moduleId: |
the module id |
|
mixed |
$translateParms: |
parameters to the module translate method |
API Tags:
| Return: | GalleryStatus string A formatted and localized plain text message. |
| Access: | protected |