RuleCustomisationPolicyAwareConfigInterface interface
PhpCsFixer\Config\RuleCustomisationPolicyAwareConfigInterface
EXPERIMENTAL: This feature is experimental and does not fall under the backward compatibility promise.
Extends:
PhpCsFixer\ConfigInterface
Defined in D:/WEBISTERS/projects/app/vendor/friendsofphp/php-cs-fixer/src/Config/RuleCustomisationPolicyAwareConfigInterface.php
Constants #
Methods #
- getRuleCustomisationPolicy()
- EXPERIMENTAL: This feature is experimental and does not fall under the backward compatibility promise. Gets the filter to be applied to fixers right before running them.
- setRuleCustomisationPolicy()
- EXPERIMENTAL: This feature is experimental and does not fall under the backward compatibility promise. Registers a filter to be applied to fixers right before running them.
getRuleCustomisationPolicy()
EXPERIMENTAL: This feature is experimental and does not fall under the backward compatibility promise. Gets the filter to be applied to fixers right before running them.
setRuleCustomisationPolicy()
EXPERIMENTAL: This feature is experimental and does not fall under the backward compatibility promise. Registers a filter to be applied to fixers right before running them.
- ?\PhpCsFixer\Config\RuleCustomisationPolicyInterface $ruleCustomisationPolicy
Inherited methods #
-
getCacheFile()fromPhpCsFixer\ConfigInterface -
getCustomFixers()fromPhpCsFixer\ConfigInterface -
getFinder()fromPhpCsFixer\ConfigInterface -
getFormat()fromPhpCsFixer\ConfigInterface -
getHideProgress()fromPhpCsFixer\ConfigInterface -
getIndent()fromPhpCsFixer\ConfigInterface -
getLineEnding()fromPhpCsFixer\ConfigInterface -
getName()fromPhpCsFixer\ConfigInterface -
getPhpExecutable()fromPhpCsFixer\ConfigInterface -
getRiskyAllowed()fromPhpCsFixer\ConfigInterface -
getRules()fromPhpCsFixer\ConfigInterface -
getUsingCache()fromPhpCsFixer\ConfigInterface -
registerCustomFixers()fromPhpCsFixer\ConfigInterface -
setCacheFile()fromPhpCsFixer\ConfigInterface -
setFinder()fromPhpCsFixer\ConfigInterface -
setFormat()fromPhpCsFixer\ConfigInterface -
setHideProgress()fromPhpCsFixer\ConfigInterface -
setIndent()fromPhpCsFixer\ConfigInterface -
setLineEnding()fromPhpCsFixer\ConfigInterface -
setPhpExecutable()fromPhpCsFixer\ConfigInterface -
setRiskyAllowed()fromPhpCsFixer\ConfigInterface -
setRules()fromPhpCsFixer\ConfigInterface -
setUsingCache()fromPhpCsFixer\ConfigInterface