Function Module_admin_notifications->selection_ui

Definitions

adminzone/pages/modules/admin_notifications.php

  • Execute the module.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: object

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$mode integer No No required parameter N/A N/A The UI mode (one of the self::NOTIFICATIONS_* constants)

Returns

  • The result of execution
  • Type: Tempcode
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Execute the module.
 *
 * @param  integer $mode The UI mode (one of the self::NOTIFICATIONS_* constants)
 * @return Tempcode The result of execution
 */

public function selection_ui(int $mode) : object