PHP 클래스 Kdyby\Translation\Caching\PhpFileStorage

저자: David Grudl
저자: Filip Procházka ([email protected])
상속: extends Nette\Caching\Storages\FileStorage, implements Nette\Caching\IStorage
파일 보기 프로젝트 열기: kdyby/translation

공개 프로퍼티들

프로퍼티 타입 설명
$hint string

보호된 메소드들

메소드 설명
getCacheFile ( $key ) : string Returns file name.
readData ( $meta ) : mixed Reads cache data from disk.

메소드 상세

getCacheFile() 보호된 메소드

Returns file name.
protected getCacheFile ( $key ) : string
리턴 string

readData() 보호된 메소드

Reads cache data from disk.
protected readData ( $meta ) : mixed
리턴 mixed

프로퍼티 상세

$hint 공개적으로 프로퍼티

public string $hint
리턴 string