Function __global->_choose_moniker

Definitions

sources/urls2.php

  • Delete an old moniker, and place a new one.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: string

Parameters

Name Type Default Set Range Description
$page ID_TEXT required parameter N/A N/A Page name
$type ID_TEXT required parameter N/A N/A Screen type code
$id ID_TEXT required parameter N/A N/A Resource ID
$moniker_src string required parameter N/A N/A String from which a moniker will be chosen (may not be blank)
$no_exists_check_for ?string Null N/A N/A Whether to skip the exists check for a certain moniker (will be used to pass "existing self" for edits) (null: nothing existing to check against)
$scope_context ?string Null N/A N/A Where the moniker will be placed in the moniker URL tree (null: unknown, so make so no duplicates anywhere)

Return

  • Chosen moniker
  • Type: string
  • Set: N/A
  • Range: N/A