PHP Class Kdyby\Translation\Caching\PhpFileStorage

Author: David Grudl
Author: Filip Procházka ([email protected])
Inheritance: extends Nette\Caching\Storages\FileStorage, implements Nette\Caching\IStorage
Datei anzeigen Open project: kdyby/translation

Public Properties

Property Type Description
$hint string

Protected Methods

Method Description
getCacheFile ( $key ) : string Returns file name.
readData ( $meta ) : mixed Reads cache data from disk.

Method Details

getCacheFile() protected method

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

readData() protected method

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

Property Details

$hint public_oe property

public string $hint
return string