Function Forum_driver_none->install_test_load_from
Definitions
sources/forum/none.php
- Searches for forum auto-config at this path.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Parameters
Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
---|---|---|---|---|---|---|---|
$path | PATH | No | No | required parameter | N/A | N/A | The path in which to search |
Returns
- Whether the forum auto-config could be found
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Searches for forum auto-config at this path.
*
* @param PATH $path The path in which to search
* @return boolean Whether the forum auto-config could be found
*/
public function install_test_load_from(string $path) : bool
* Searches for forum auto-config at this path.
*
* @param PATH $path The path in which to search
* @return boolean Whether the forum auto-config could be found
*/
public function install_test_load_from(string $path) : bool