$_searchPaths
$_searchPaths :
Config handles loading configuration files for boris
__construct(array $searchPaths = null, boolean $cascade = false)
Create a new Config instance, optionally with an array of paths to search for configuration files.
Additionally, if the second, optional boolean argument is true, all existing configuration files will be loaded, and effectively merged.
array | $searchPaths | |
boolean | $cascade |