Function __global->member_get_spreadsheet_headings

Definitions

sources/cns_members_action2.php

  • Get field mapping data for spreadsheet import/export.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: array

Returns

  • A map of heading information (human name to field name/encoding details)
  • Type: array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get field mapping data for spreadsheet import/export.
 *
 * @return array A map of heading information (human name to field name/encoding details)
 */

function member_get_spreadsheet_headings() : array