PHP Class SensioLabs\DeprecationDetector\Configuration\Configuration

Afficher le fichier Open project: sensiolabs-de/deprecation-detector Class Usage Examples

Méthodes publiques

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

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

public containerPath ( ) : string
Résultat string

failOnDeprecation() public méthode

public failOnDeprecation ( ) : boolean
Résultat boolean

filteredMethodCalls() public méthode

public filteredMethodCalls ( ) : string
Résultat string

isSimpleOutput() public méthode

public isSimpleOutput ( ) : boolean
Résultat boolean

isVerbose() public méthode

public isVerbose ( ) : boolean
Résultat boolean

logHtml() public méthode

public logHtml ( )

overrideConfiguration() public méthode

ruleSet() public méthode

public ruleSet ( ) : string
Résultat string

ruleSetCacheDir() public méthode

public ruleSetCacheDir ( ) : string
Résultat string

useCachedRuleSet() public méthode

public useCachedRuleSet ( ) : boolean
Résultat boolean