PHP 클래스 GrumPHP\Locator\ConfigurationFile

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

공개 메소드들

메소드 설명
__construct ( Filesystem $filesystem ) ConfigurationFile constructor.
locate ( string $workingDir, Composer\Package\PackageInterface $package = null ) : string

비공개 메소드들

메소드 설명
locateConfigFileWithDistSupport ( $defaultPath ) : string
useConfigPathFromComposer ( Composer\Package\PackageInterface $package, $defaultPath ) : string

메소드 상세

__construct() 공개 메소드

ConfigurationFile constructor.
public __construct ( Filesystem $filesystem )
$filesystem GrumPHP\Util\Filesystem

locate() 공개 메소드

public locate ( string $workingDir, Composer\Package\PackageInterface $package = null ) : string
$workingDir string
$package Composer\Package\PackageInterface
리턴 string