void handleRequest(
$form
)
|
|
Parameters:
API Tags:
| See: | GalleryController::handleRequest |
Redefinition of:
- GalleryController::handleRequest()
- Take the appropriate action based on the user input provided.
array _addHandlerEntry(
&$notifications, array
$notificationMap, array
$notifications
)
|
|
Add the event/handler combination to the available notifications
Parameters:
|
array |
$notifications: |
The array of enabled event/handler combinations |
|
array |
$notificationMap: |
the current form entry defining an event/handler combinations |
|
|
&$notifications: |
|
API Tags:
Information Tags:
void _removeHandlerEntry(
&$notifications, array
$notificationMap, array
$notifications
)
|
|
Remove the event/handler combination to the available notifications
Parameters:
|
array |
$notifications: |
The array of enabled event/handler combinations |
|
array |
$notificationMap: |
the current form entry defining an event/handler combinations |
|
|
&$notifications: |
|
Information Tags: