PHP Class TheSeer\phpDox\GlobalConfig

Afficher le fichier Open project: theseer/phpdox Class Usage Examples

Méthodes publiques

Méthode Description
__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

Private Methods

Méthode Description
resolveValue ( string $value, array $vars, integer $line ) : string
runResolver ( $ctx ) : mixed

Method Details

__construct() public méthode

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 méthode

public getConfigFile ( ) : TheSeer\phpDox\FileInfo
Résultat TheSeer\phpDox\FileInfo

getCustomBootstrapFiles() public méthode

public getCustomBootstrapFiles ( ) : TheSeer\phpDox\FileInfoCollection
Résultat TheSeer\phpDox\FileInfoCollection

getProjects() public méthode

public getProjects ( ) : array
Résultat array

isSilentMode() public méthode

public isSilentMode ( ) : boolean
Résultat boolean