Function Module_cms_chat->chat_delete_all_messages

Definitions

cms/pages/modules/cms_chat.php

  • The UI for deleting all the messages in a room.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: object

Returns

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

Preview

Code (PHP)

/**
 * The UI for deleting all the messages in a room.
 *
 * @return Tempcode The UI
 */

public function chat_delete_all_messages() : object