Function __global->nice_get_filedump_files

Definitions

sources/filedump.php

  • Input a filedump filename.
  • 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)
$only_images boolean No No False N/A N/A Restrict to image input
$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 filename.
 *
 * @param  ?string $it Current selection (null: none)
 * @param  boolean $only_images Restrict to image input
 * @param  ?ID_TEXT $base The base path to do under (null: root)
 * @return Tempcode Selection list
 */

function nice_get_filedump_files(?string $it, bool $only_images = false, ?string $base = null) : object