Function __global->get_notification_code_db
Definitions
sources/notifications.php
- Return the database driver responsible for a given notification code.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: object
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$notification_code | ID_TEXT | required parameter | N/A | N/A | The notification code |
Return
- The database driver responsible for the notification code
- Type: object
- Set: N/A
- Range: N/A