PHP Class JonathanTorres\Construct\Configuration

Show file Open project: jonathantorres/construct Class Usage Examples

Public Methods

Method Description
getSettings ( string $configurationFile, string $projectName, string $keywords, Filesystem $filesystemHelper ) : Settings Get settings derived from the configuration file.

Method Details

getSettings() public static method

Get settings derived from the configuration file.
public static getSettings ( string $configurationFile, string $projectName, string $keywords, Filesystem $filesystemHelper ) : Settings
$configurationFile string Path to the configuration file.
$projectName string Name of the project.
$keywords string Composer keywords.
$filesystemHelper JonathanTorres\Construct\Helpers\Filesystem
return Settings