Function __global->ce_do_dir
Definitions
code_editor.php
- Search inside a directory for editable files, while favouring the overridden versions.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $dir | SHORT_TEXT | No | No | required parameter | N/A | N/A | The directory path to search |
Returns
- A list of the HTML elements for the list box selection
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Search inside a directory for editable files, while favouring the overridden versions.
*
* @param SHORT_TEXT $dir The directory path to search
* @return array A list of the HTML elements for the list box selection
*/
function ce_do_dir(string $dir) : array
* Search inside a directory for editable files, while favouring the overridden versions.
*
* @param SHORT_TEXT $dir The directory path to search
* @return array A list of the HTML elements for the list box selection
*/
function ce_do_dir(string $dir) : array

