PHP Class Sstalle\php7cc\PathCheckSettings

Afficher le fichier Open project: sstalle/php7cc Class Usage Examples

Protected Properties

Свойство Type Description
$checkedFileExtensions array
$checkedPaths array
$excludedPaths array
$messageLevel integer
$useRelativePaths boolean

Méthodes publiques

Méthode Description
__construct ( array $checkedPaths, array $checkedFileExtensions )
getCheckedFileExtensions ( ) : array
getCheckedPaths ( ) : array
getExcludedPaths ( ) : array
getMessageLevel ( ) : integer
getUseRelativePaths ( ) : boolean
setExcludedPaths ( array $excludedPaths )
setMessageLevel ( integer $messageLevel )
setUseRelativePaths ( boolean $useRelativePaths )

Method Details

__construct() public méthode

public __construct ( array $checkedPaths, array $checkedFileExtensions )
$checkedPaths array
$checkedFileExtensions array

getCheckedFileExtensions() public méthode

public getCheckedFileExtensions ( ) : array
Résultat array

getCheckedPaths() public méthode

public getCheckedPaths ( ) : array
Résultat array

getExcludedPaths() public méthode

public getExcludedPaths ( ) : array
Résultat array

getMessageLevel() public méthode

public getMessageLevel ( ) : integer
Résultat integer

getUseRelativePaths() public méthode

public getUseRelativePaths ( ) : boolean
Résultat boolean

setExcludedPaths() public méthode

public setExcludedPaths ( array $excludedPaths )
$excludedPaths array

setMessageLevel() public méthode

public setMessageLevel ( integer $messageLevel )
$messageLevel integer

setUseRelativePaths() public méthode

public setUseRelativePaths ( boolean $useRelativePaths )
$useRelativePaths boolean

Property Details

$checkedFileExtensions protected_oe property

protected array $checkedFileExtensions
Résultat array

$checkedPaths protected_oe property

protected array $checkedPaths
Résultat array

$excludedPaths protected_oe property

protected array $excludedPaths
Résultat array

$messageLevel protected_oe property

protected int $messageLevel
Résultat integer

$useRelativePaths protected_oe property

protected bool $useRelativePaths
Résultat boolean