Méthode | Description | |
---|---|---|
build ( $directory, $files ) : array | ||
buildEnvironmentFiles ( $environment = 'dev' ) | Helper function to build environment files | |
config ( string $configName = 'main', null | string $mergeWith = null ) : array | ||
create ( $root, string $configName = 'main', mixed $mergeWith = ['common', 'env'] ) : mixed | ||
createRuntimeFolders ( string $name = 'runtime' ) |
Méthode | Description | |
---|---|---|
output ( $message ) | Outputs text only to console | |
setOptions ( array $params ) | Set php and yii options - some based on the loaded config params |
public static buildEnvironmentFiles ( $environment = 'dev' ) | ||
$environment |
public static createRuntimeFolders ( string $name = 'runtime' ) | ||
$name | string | the name of the runtime folder, |
protected static output ( $message ) | ||
$message |
protected static setOptions ( array $params ) | ||
$params | array | The config params being used for the app |