Method | Description | |
---|---|---|
createConfig ( $home = null, string | null $localHome = null ) : |
Create a new Config object using the local filesystem. | |
dumpToFile ( |
Dump configuration to the related config-file. | |
getHomedir ( ) : string | Get the home directory of Gush. |
Method | Description | |
---|---|---|
getFilesystem ( ) : Symfony\Component\Filesystem\Filesystem | ||
loadFileOrEmpty ( string $filename ) : array |
public static createConfig ( $home = null, string | null $localHome = null ) : |
||
$localHome | string | null | Local home directory to load extra configuration from when null this is ignored |
return |
public static dumpToFile ( |
||
$config | ||
$type | string | |
return | string |
public static getHomedir ( ) : string | ||
return | string |