Function Hook_commandr_fs_filedump->get_complete_path

Definitions

sources/hooks/systems/commandr_fs/filedump.php

  • Get complete path.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: array

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$meta_dir array No No required parameter N/A N/A The current meta-directory path

Returns

  • A pair: Complete path, Relative path
  • Type: array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get complete path.
 *
 * @param  array $meta_dir The current meta-directory path
 * @return array A pair: Complete path, Relative path
 */

protected function get_complete_path(array $meta_dir) : array