Function __global->nice_get_filedump_places

Definitions

sources/filedump.php

  • Input a filedump file-path.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: object

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$it ?string No No required parameter N/A N/A Current selection (null: none)
$base ?ID_TEXT No No Null N/A N/A The base path to do under (null: root)

Returns

  • Selection list
  • Type: Tempcode
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Input a filedump file-path.
 *
 * @param  ?string $it Current selection (null: none)
 * @param  ?ID_TEXT $base The base path to do under (null: root)
 * @return Tempcode Selection list
 */

function nice_get_filedump_places(?string $it, ?string $base = null) : object