Function Notification_dispatcher->dispatch

Definitions

sources/notifications.php

  • Send out a notification to members enabled.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: int

Returns

  • The number of notifications delivered
  • Type: integer
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Send out a notification to members enabled.
 *
 * @return integer The number of notifications delivered
 */

public function dispatch() : int