PHP 클래스 JonathanTorres\Construct\Configuration

파일 보기 프로젝트 열기: jonathantorres/construct 1 사용 예제들

공개 메소드들

메소드 설명
getSettings ( string $configurationFile, string $projectName, string $keywords, Filesystem $filesystemHelper ) : Settings Get settings derived from the configuration file.

메소드 상세

getSettings() 공개 정적인 메소드

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
리턴 Settings