Function __global->actual_edit_zone

Definitions

sources/zones3.php

  • Edit a zone.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: string

Parameters

Name Type Default Set Range Description
$zone ID_TEXT required parameter N/A N/A The current name of the zone
$title SHORT_TEXT required parameter N/A N/A The zone title
$default_page ID_TEXT required parameter N/A N/A The zones default page
$header_text SHORT_TEXT required parameter N/A N/A The header text
$theme ID_TEXT required parameter N/A N/A The theme
$require_session BINARY required parameter N/A N/A Whether the zone requires a session for pages to be used
$new_zone ID_TEXT required parameter N/A N/A The new name of the zone
$uniqify boolean False N/A N/A Whether to force the name as unique, if there's a conflict
$skip_afm boolean False N/A N/A Whether to skip the AFM because we know it's not needed (or can't be loaded)
$base_url string Blank (empty string) N/A N/A The base URL (blank: natural)

Return

  • The name
  • Type: ID_TEXT
  • Set: N/A
  • Range: N/A