Function Module_cms_catalogues->_export_catalogue

Definitions

cms/pages/modules/cms_catalogues.php

  • The actualiser to download a spreadsheet of catalogues.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: object

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$catalogue_name ID_TEXT No No required parameter N/A N/A The name of the catalogue

Returns

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

Preview

Code (PHP)

/**
 * The actualiser to download a spreadsheet of catalogues.
 *
 * @param  ID_TEXT $catalogue_name The name of the catalogue
 * @return Tempcode The UI
 */

public function _export_catalogue(string $catalogue_name) : object