Function __global->actual_delete_catalogue_field

Definitions

sources/catalogues2.php

  • Delete a catalogue field.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$id AUTO_LINK No No required parameter N/A N/A The ID of the field

Preview

Code (PHP)

/**
 * Delete a catalogue field.
 *
 * @param  AUTO_LINK $id The ID of the field
 */

function actual_delete_catalogue_field(int $id)