PHP 클래스 SensioLabs\DeprecationDetector\Configuration\Configuration

파일 보기 프로젝트 열기: sensiolabs-de/deprecation-detector 1 사용 예제들

공개 메소드들

메소드 설명
__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

메소드 상세

__construct() 공개 메소드

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 containerPath ( ) : string
리턴 string

failOnDeprecation() 공개 메소드

public failOnDeprecation ( ) : boolean
리턴 boolean

filteredMethodCalls() 공개 메소드

public filteredMethodCalls ( ) : string
리턴 string

isSimpleOutput() 공개 메소드

public isSimpleOutput ( ) : boolean
리턴 boolean

isVerbose() 공개 메소드

public isVerbose ( ) : boolean
리턴 boolean

logHtml() 공개 메소드

public logHtml ( )

overrideConfiguration() 공개 메소드

ruleSet() 공개 메소드

public ruleSet ( ) : string
리턴 string

ruleSetCacheDir() 공개 메소드

public ruleSetCacheDir ( ) : string
리턴 string

useCachedRuleSet() 공개 메소드

public useCachedRuleSet ( ) : boolean
리턴 boolean