PHP 클래스 TheSeer\phpDox\GlobalConfig

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

공개 메소드들

메소드 설명
__construct ( Version $version, TheSeer\phpDox\FileInfo $home, TheSeer\fDOM\fDOMDocument $cfg, TheSeer\phpDox\FileInfo $file ) Constructor for global config
getConfigFile ( ) : TheSeer\phpDox\FileInfo
getCustomBootstrapFiles ( ) : TheSeer\phpDox\FileInfoCollection
getProjects ( ) : array
isSilentMode ( ) : boolean

비공개 메소드들

메소드 설명
resolveValue ( string $value, array $vars, integer $line ) : string
runResolver ( $ctx ) : mixed

메소드 상세

__construct() 공개 메소드

Constructor for global config
public __construct ( Version $version, TheSeer\phpDox\FileInfo $home, TheSeer\fDOM\fDOMDocument $cfg, TheSeer\phpDox\FileInfo $file )
$version Version
$home TheSeer\phpDox\FileInfo
$cfg TheSeer\fDOM\fDOMDocument A configuration dom
$file TheSeer\phpDox\FileInfo FileInfo of the cfg file

getConfigFile() 공개 메소드

public getConfigFile ( ) : TheSeer\phpDox\FileInfo
리턴 TheSeer\phpDox\FileInfo

getCustomBootstrapFiles() 공개 메소드

public getCustomBootstrapFiles ( ) : TheSeer\phpDox\FileInfoCollection
리턴 TheSeer\phpDox\FileInfoCollection

getProjects() 공개 메소드

public getProjects ( ) : array
리턴 array

isSilentMode() 공개 메소드

public isSilentMode ( ) : boolean
리턴 boolean