PHP 클래스 Predis\Collection\Iterator\HashKey

저자: Daniele Alessandri ([email protected])
상속: extends CursorBasedIterator
파일 보기 프로젝트 열기: tillkruss/redis-object-cache 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$key

공개 메소드들

메소드 설명
__construct ( Predis\ClientInterface $client, $key, $match = null, $count = null )

보호된 메소드들

메소드 설명
executeCommand ( )
extractNext ( )

메소드 상세

__construct() 공개 메소드

public __construct ( Predis\ClientInterface $client, $key, $match = null, $count = null )
$client Predis\ClientInterface

executeCommand() 보호된 메소드

protected executeCommand ( )

extractNext() 보호된 메소드

protected extractNext ( )

프로퍼티 상세

$key 보호되어 있는 프로퍼티

protected $key