PHP Class Neos\Flow\Tests\Functional\Configuration\Fixtures\RootDirectoryIgnoringYamlSource

Inheritance: extends Neos\Flow\Configuration\Source\YamlSource
Mostrar archivo Open project: neos/flow-development-collection

Public Methods

Method Description
load ( string $pathAndFilename, boolean $allowSplitSource = false ) : array 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

Method Details

load() public method

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
return array