Function __global->delete_award_type

Definitions

sources/awards2.php

  • Delete an award type.
  • 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

Preview

Code (PHP)

/**
 * Delete an award type.
 *
 * @param  AUTO_LINK $id The ID
 */

function delete_award_type(int $id)