PHP Класс Stash\Driver\FileSystem\NativeEncoder

Наследование: implements Stash\Driver\FileSystem\EncoderInterface
Показать файл Открыть проект

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

Метод Описание
deserialize ( $path )
getExtension ( )
serialize ( $key, $data, $expiration = null )

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

Метод Описание
encode ( string $data ) : string Finds the method of encoding that has the cheapest decode needs and encodes the data with that method.

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

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

public deserialize ( $path )

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

Finds the method of encoding that has the cheapest decode needs and encodes the data with that method.
protected encode ( string $data ) : string
$data string
Результат string

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

public getExtension ( )

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

public serialize ( $key, $data, $expiration = null )