PHP Class PhpGitHooks\Module\Configuration\Domain\PhpCsFixer

Inheritance: implements PhpGitHooks\Module\Configuration\Model\ToolInterface
Afficher le fichier Open project: bruli/php-git-hooks Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( Undefined $undefined, Enabled $enabled, PhpCsFixerLevels $levels, PhpCsFixerOptions $options ) PhpCsFixer constructor.
addLevels ( PhpCsFixerLevels $levels ) : PhpCsFixer
getLevels ( ) : PhpCsFixerLevels
getOptions ( ) : PhpCsFixerOptions
isEnabled ( ) : boolean
isUndefined ( ) : boolean
setEnabled ( Enabled $enabled ) : PhpCsFixer
setOptions ( PhpCsFixerOptions $options ) : PhpCsFixer

Method Details

__construct() public méthode

PhpCsFixer constructor.
public __construct ( Undefined $undefined, Enabled $enabled, PhpCsFixerLevels $levels, PhpCsFixerOptions $options )
$undefined Undefined
$enabled Enabled
$levels PhpCsFixerLevels
$options PhpCsFixerOptions

addLevels() public méthode

public addLevels ( PhpCsFixerLevels $levels ) : PhpCsFixer
$levels PhpCsFixerLevels
Résultat PhpCsFixer

getLevels() public méthode

public getLevels ( ) : PhpCsFixerLevels
Résultat PhpCsFixerLevels

getOptions() public méthode

public getOptions ( ) : PhpCsFixerOptions
Résultat PhpCsFixerOptions

isEnabled() public méthode

public isEnabled ( ) : boolean
Résultat boolean

isUndefined() public méthode

public isUndefined ( ) : boolean
Résultat boolean

setEnabled() public méthode

public setEnabled ( Enabled $enabled ) : PhpCsFixer
$enabled Enabled
Résultat PhpCsFixer

setOptions() public méthode

public setOptions ( PhpCsFixerOptions $options ) : PhpCsFixer
$options PhpCsFixerOptions
Résultat PhpCsFixer