Loads the specified configuration file and returns its content as an
array. If the file does not exist or could not be loaded, an empty
array is returned
public load ( string $pathAndFilename, boolean $allowSplitSource = false ) : array | ||
$pathAndFilename | string | Full path and filename of the file to load, excluding the file extension (ie. ".yaml") |
$allowSplitSource | boolean | If TRUE, the type will be used as a prefix when looking for configuration files |
리턴 | array |