PHP 인터페이스 Predis\Configuration\OptionInterface

저자: Daniele Alessandri ([email protected])
파일 보기 프로젝트 열기: tillkruss/redis-object-cache

공개 메소드들

메소드 설명
filter ( Predis\Configuration\OptionsInterface $options, mixed $value ) : mixed Filters and validates the passed value.
getDefault ( Predis\Configuration\OptionsInterface $options ) : mixed Returns the default value for the option.

메소드 상세

filter() 공개 메소드

Filters and validates the passed value.
public filter ( Predis\Configuration\OptionsInterface $options, mixed $value ) : mixed
$options Predis\Configuration\OptionsInterface Options container.
$value mixed Input value.
리턴 mixed

getDefault() 공개 메소드

Returns the default value for the option.
public getDefault ( Predis\Configuration\OptionsInterface $options ) : mixed
$options Predis\Configuration\OptionsInterface Options container.
리턴 mixed