Function Module_cms_chat->_chat_delete_many_messages

Definitions

cms/pages/modules/cms_chat.php

  • The actualiser for deleting all the ticked 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 actualiser for deleting all the ticked messages in a room.
 *
 * @return Tempcode The UI
 */

public function _chat_delete_many_messages() : object