Function Module_topics->keep_markers

Definitions

forum/pages/modules/topics.php

  • Copy marker IDs that were past through in the GET/POST into hidden form fields, so they may be relayed.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: object

Returns

  • Hidden fields facilitating the marker relaying
  • Type: Tempcode
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Copy marker IDs that were past through in the GET/POST into hidden form fields, so they may be relayed.
 *
 * @return Tempcode Hidden fields facilitating the marker relaying
 */

public function keep_markers() : object