PHP Class SensioLabs\DeprecationDetector\Configuration\Configuration

Show file Open project: sensiolabs-de/deprecation-detector Class Usage Examples

Public Methods

Method Description
__construct ( string $ruleSet, string $containerPath, boolean $noCache, string $cacheDir, string $filterMethodCalls, boolean $fail, boolean $verbose, string $logHtml, string $output )
containerPath ( ) : string
failOnDeprecation ( ) : boolean
filteredMethodCalls ( ) : string
isSimpleOutput ( ) : boolean
isVerbose ( ) : boolean
logHtml ( )
overrideConfiguration ( )
ruleSet ( ) : string
ruleSetCacheDir ( ) : string
useCachedRuleSet ( ) : boolean

Method Details

__construct() public method

public __construct ( string $ruleSet, string $containerPath, boolean $noCache, string $cacheDir, string $filterMethodCalls, boolean $fail, boolean $verbose, string $logHtml, string $output )
$ruleSet string
$containerPath string
$noCache boolean
$cacheDir string
$filterMethodCalls string
$fail boolean
$verbose boolean
$logHtml string
$output string

containerPath() public method

public containerPath ( ) : string
return string

failOnDeprecation() public method

public failOnDeprecation ( ) : boolean
return boolean

filteredMethodCalls() public method

public filteredMethodCalls ( ) : string
return string

isSimpleOutput() public method

public isSimpleOutput ( ) : boolean
return boolean

isVerbose() public method

public isVerbose ( ) : boolean
return boolean

logHtml() public method

public logHtml ( )

overrideConfiguration() public method

ruleSet() public method

public ruleSet ( ) : string
return string

ruleSetCacheDir() public method

public ruleSetCacheDir ( ) : string
return string

useCachedRuleSet() public method

public useCachedRuleSet ( ) : boolean
return boolean