PHP 클래스 PhpCsFixer\Cache\FileHandler

저자: Andreas Möller ([email protected])
상속: implements PhpCsFixer\Cache\FileHandlerInterface
파일 보기 프로젝트 열기: friendsofphp/php-cs-fixer 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $file )
getFile ( )
read ( )
write ( PhpCsFixer\Cache\CacheInterface $cache )

메소드 상세

__construct() 공개 메소드

public __construct ( string $file )
$file string

getFile() 공개 메소드

public getFile ( )

read() 공개 메소드

public read ( )

write() 공개 메소드

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