PHP 클래스 PHPComposter\PHPComposter\Paths

This static class generates and distributes all the paths used by PHP Composter.
부터: 0.1.0
저자: Alain Schlesser ([email protected])
파일 보기 프로젝트 열기: php-composter/php-composter 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$paths array Internal storage of all required paths.

공개 메소드들

메소드 설명
getPath ( string $key ) : string Get a specific path by key.

보호된 메소드들

메소드 설명
initPaths ( ) Initialize the paths.

메소드 상세

getPath() 공개 정적인 메소드

Get a specific path by key.
부터: 0.1.0
public static getPath ( string $key ) : string
$key string Key of the path to retrieve.
리턴 string Path associated with the key. Empty string if not found.

initPaths() 보호된 정적인 메소드

Initialize the paths.
부터: 0.1.0
protected static initPaths ( )

프로퍼티 상세

$paths 보호되어 있는 정적으로 프로퍼티

Internal storage of all required paths.
부터: 0.1.0
protected static array $paths
리턴 array