Function __global->web_notification_to_xml

Definitions

sources/notification_poller.php

  • Get XML for sending a notification to the current user's web browser.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: string

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$row array No No required parameter N/A N/A Notification row

Returns

  • The XML
  • Type: string
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get XML for sending a notification to the current user's web browser.
 *
 * @param  array $row Notification row
 * @return string The XML
 */

function web_notification_to_xml(array $row) : string