PHP 클래스 Predis\Configuration\Option\Aggregate

저자: Daniele Alessandri ([email protected])
상속: implements Predis\Configuration\OptionInterface
파일 보기 프로젝트 열기: nrk/predis

공개 메소드들

메소드 설명
filter ( Predis\Configuration\OptionsInterface $options, $value )
getDefault ( Predis\Configuration\OptionsInterface $options )

보호된 메소드들

메소드 설명
getConnectionInitializer ( Predis\Configuration\OptionsInterface $options, mixed $callable ) : Closure Wraps a callable to ensure that the returned value is a valid connection.

메소드 상세

filter() 공개 메소드

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

getConnectionInitializer() 보호된 메소드

Wraps a callable to ensure that the returned value is a valid connection.
protected getConnectionInitializer ( Predis\Configuration\OptionsInterface $options, mixed $callable ) : Closure
$options Predis\Configuration\OptionsInterface Client options.
$callable mixed Callable initializer.
리턴 Closure

getDefault() 공개 메소드

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