Function Forum_driver_smf2->install_get_path_search_list

Definitions

sources/forum/smf2.php

  • Get an array of paths to search for config at.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: array

Returns

  • The paths in which to search for the forum config
  • Type: array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get an array of paths to search for config at.
 *
 * @return array The paths in which to search for the forum config
 */

public function install_get_path_search_list() : array