PHP Class PhpCsFixer\Cache\FileCacheManager
Cache is supported only for phar version and version installed via composer.
File will be processed by PHP CS Fixer only if any of the following conditions is fulfilled:
- cache is corrupt
- fixer version changed
- rules changed
- file is new
- file changed
Mostrar archivo
Open project: friendsofphp/php-cs-fixer
Class Usage Examples
Public Methods
Method |
Description |
|
__construct ( PhpCsFixer\Cache\FileHandlerInterface $handler, PhpCsFixer\Cache\SignatureInterface $signature, boolean $isDryRun = false, PhpCsFixer\Cache\DirectoryInterface $cacheDirectory = null ) |
|
|
__destruct ( ) |
|
|
needFixing ( $file, $fileContent ) |
|
|
setFile ( $file, $fileContent ) |
|
|
Private Methods
Method Details
__construct()
public method
public __construct ( PhpCsFixer\Cache\FileHandlerInterface $handler, PhpCsFixer\Cache\SignatureInterface $signature, boolean $isDryRun = false, PhpCsFixer\Cache\DirectoryInterface $cacheDirectory = null ) |
$handler |
PhpCsFixer\Cache\FileHandlerInterface |
|
$signature |
PhpCsFixer\Cache\SignatureInterface |
|
$isDryRun |
boolean |
|
$cacheDirectory |
PhpCsFixer\Cache\DirectoryInterface |
|
__destruct()
public method
needFixing()
public method
public setFile ( $file, $fileContent ) |