Function __global->do_page

Definitions

code_editor.php

  • Output the editing page and do the editing.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$given_password SHORT_TEXT No No required parameter N/A N/A The password previously given to authorise our editing
$path SHORT_TEXT No No required parameter N/A N/A The path of the file we are editing

Preview

Code (PHP)

/**
 * Output the editing page and do the editing.
 *
 * @param  SHORT_TEXT $given_password The password previously given to authorise our editing
 * @param  SHORT_TEXT $path The path of the file we are editing
 */

function do_page(string $given_password, string $path)