Function Module_admin_site_messaging->delete

Definitions

adminzone/pages/modules/admin_site_messaging.php

  • The UI to confirm a deletion of a site message.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: object

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$id AUTO_LINK No No required parameter N/A N/A The ID of the message we are deleting

Returns

  • The UI
  • Type: Tempcode
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * The UI to confirm a deletion of a site message.
 *
 * @param  AUTO_LINK $id The ID of the message we are deleting
 * @return Tempcode The UI
 */

public function delete(int $id) : object