PHP Класс Minify_Cache_File, minify

Наследование: implements Minify_CacheInterface
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( string $path = '', boolean $fileLocking = false, Psr\Log\LoggerInterface $logger = null )
display ( string $id ) Send the cached content to output
fetch ( string $id ) : string Fetch the cached content
getPath ( ) : string Fetch the cache path used
getSize ( string $id ) : integer Get the size of a cache entry
isValid ( string $id, integer $srcMtime ) : boolean Does a valid cache entry exist?
store ( string $id, string $data ) : boolean Write data to cache.
tmp ( ) : string Get a usable temp directory

Защищенные методы

Метод Описание
_log ( string $msg ) : null Send message to the Minify logger

Описание методов

__construct() публичный Метод

public __construct ( string $path = '', boolean $fileLocking = false, Psr\Log\LoggerInterface $logger = null )
$path string
$fileLocking boolean
$logger Psr\Log\LoggerInterface

_log() защищенный Метод

Send message to the Minify logger
Устаревший: Use $this->logger
protected _log ( string $msg ) : null
$msg string
Результат null

display() публичный Метод

Send the cached content to output
public display ( string $id )
$id string cache id (e.g. a filename)

fetch() публичный Метод

Fetch the cached content
public fetch ( string $id ) : string
$id string cache id (e.g. a filename)
Результат string

getPath() публичный Метод

Fetch the cache path used
public getPath ( ) : string
Результат string

getSize() публичный Метод

Get the size of a cache entry
public getSize ( string $id ) : integer
$id string cache id (e.g. a filename)
Результат integer size in bytes

isValid() публичный Метод

Does a valid cache entry exist?
public isValid ( string $id, integer $srcMtime ) : boolean
$id string cache id (e.g. a filename)
$srcMtime integer mtime of the original source file(s)
Результат boolean exists

store() публичный Метод

Write data to cache.
public store ( string $id, string $data ) : boolean
$id string cache id (e.g. a filename)
$data string
Результат boolean success

tmp() публичный статический Метод

Get a usable temp directory
Устаревший:
public static tmp ( ) : string
Результат string