PHP Класс Neos\Flow\Tests\Functional\Configuration\Fixtures\RootDirectoryIgnoringYamlSource

Наследование: extends Neos\Flow\Configuration\Source\YamlSource
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

load() публичный Метод

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