PHP Class Predis\Configuration\ProfileOption

Author: Daniele Alessandri ([email protected])
Inheritance: implements Predis\Configuration\OptionInterface
Mostra file Open project: tillkruss/redis-object-cache Class Usage Examples

Public Methods

Method Description
filter ( Predis\Configuration\OptionsInterface $options, $value )
getDefault ( Predis\Configuration\OptionsInterface $options )

Protected Methods

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

Method Details

filter() public method

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

getDefault() public method

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

setProcessors() protected method

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.