Function __global->do_get_path

Definitions

code_editor.php

  • Output the file selection page.
  • 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

Preview

Code (PHP)

/**
 * Output the file selection page.
 *
 * @param  SHORT_TEXT $given_password The password previously given to authorise our editing
 */

function do_get_path(string $given_password)