PHP Class JMOlivas\Phpqa\Config

Datei anzeigen Open project: jmolivas/phpqa

Protected Properties

Property Type Description
$config array
$custom boolean

Public Methods

Method Description
__construct ( )
get ( $key, $default = '' )
getApplicationConfigFile ( )
getApplicationDirectory ( )
getBaseConfigDirectory ( )
getProjectAnalyzerConfigFile ( $project, $analyzer )
getUserConfigDirectory ( )
getUserHomeDirectory ( )
isCustom ( ) : boolean
loadProjectConfiguration ( $project )

Private Methods

Method Description
loadFile ( $file = null )

Method Details

__construct() public method

public __construct ( )

get() public method

public get ( $key, $default = '' )

getApplicationConfigFile() public method

getApplicationDirectory() public method

getBaseConfigDirectory() public method

getProjectAnalyzerConfigFile() public method

public getProjectAnalyzerConfigFile ( $project, $analyzer )

getUserConfigDirectory() public method

getUserHomeDirectory() public method

isCustom() public method

public isCustom ( ) : boolean
return boolean

loadProjectConfiguration() public method

public loadProjectConfiguration ( $project )

Property Details

$config protected_oe property

protected array $config
return array

$custom protected_oe property

protected bool $custom
return boolean