PHP Класс Predis\Configuration\ProfileOption

Автор: Daniele Alessandri ([email protected])
Наследование: implements Predis\Configuration\OptionInterface
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
filter ( Predis\Configuration\OptionsInterface $options, $value )
getDefault ( Predis\Configuration\OptionsInterface $options )

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

Метод Описание
setProcessors ( Predis\Configuration\OptionsInterface $options, Predis\Profile\ProfileInterface $profile ) Sets the commands processors that need to be applied to the profile.

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

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

public filter ( Predis\Configuration\OptionsInterface $options, $value )
$options Predis\Configuration\OptionsInterface

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

public getDefault ( Predis\Configuration\OptionsInterface $options )
$options Predis\Configuration\OptionsInterface

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

Sets the commands processors that need to be applied to the profile.
protected setProcessors ( Predis\Configuration\OptionsInterface $options, Predis\Profile\ProfileInterface $profile )
$options Predis\Configuration\OptionsInterface Client options.
$profile Predis\Profile\ProfileInterface Server profile.