PHP Interface HippoPHP\Hippo\Config\ConfigReaderInterface

Show file Open project: hippophp/hippo Interface Usage Examples

Public Methods

Method Description
loadFromFile ( string $filename ) : Config
loadFromString ( string $string ) : Config

Method Details

loadFromFile() public method

public loadFromFile ( string $filename ) : Config
$filename string
return Config

loadFromString() public method

public loadFromString ( string $string ) : Config
$string string
return Config