Function Commandr_fs->_convert_meta_dir_to_detailed_dir

Definitions

sources/commandr_fs.php

  • Fill out a hardcoded meta-dir to use our more detailed internal format.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: array

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$_inspected_dir array No No required parameter N/A N/A Simple list of directories under here

Returns

  • Full detailed directory contents
  • Type: array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Fill out a hardcoded meta-dir to use our more detailed internal format.
 *
 * @param  array $_inspected_dir Simple list of directories under here
 * @return array Full detailed directory contents
 */

protected function _convert_meta_dir_to_detailed_dir(array $_inspected_dir) : array