PHP 클래스 Phan\Config

See ./phan -h for command line usage, or take a look at \Phan\CLI.php for more details on CLI usage.
파일 보기 프로젝트 열기: etsy/phan 1 사용 예제들

공개 메소드들

메소드 설명
__get ( string $name ) : mixed
__set ( string $name, $value )
get ( ) : Config
getProjectRootDirectory ( ) : string
projectPath ( string $relative_path ) : string
setProjectRootDirectory ( string $project_root_directory ) : void

비공개 메소드들

메소드 설명
__construct ( ) Disallow the constructor to force a singleton

메소드 상세

__get() 공개 메소드

public __get ( string $name ) : mixed
$name string
리턴 mixed

__set() 공개 메소드

public __set ( string $name, $value )
$name string

get() 공개 정적인 메소드

public static get ( ) : Config
리턴 Config Get a Configuration singleton

getProjectRootDirectory() 공개 메소드

public getProjectRootDirectory ( ) : string
리턴 string Get the root directory of the project that we're scanning

projectPath() 공개 정적인 메소드

public static projectPath ( string $relative_path ) : string
$relative_path string
리턴 string The relative path appended to the project root directory.

setProjectRootDirectory() 공개 메소드

public setProjectRootDirectory ( string $project_root_directory ) : void
$project_root_directory string Set the root directory of the project that we're scanning
리턴 void