PHP Class PhpCsFixer\Cache\FileHandler

Author: Andreas Möller ([email protected])
Inheritance: implements PhpCsFixer\Cache\FileHandlerInterface
Datei anzeigen Open project: friendsofphp/php-cs-fixer Class Usage Examples

Public Methods

Method Description
__construct ( string $file )
getFile ( )
read ( )
write ( PhpCsFixer\Cache\CacheInterface $cache )

Method Details

__construct() public method

public __construct ( string $file )
$file string

getFile() public method

public getFile ( )

read() public method

public read ( )

write() public method

public write ( PhpCsFixer\Cache\CacheInterface $cache )
$cache PhpCsFixer\Cache\CacheInterface