PHP Class Predis\Collection\Iterator\HashKey

Author: Daniele Alessandri ([email protected])
Inheritance: extends CursorBasedIterator
ファイルを表示 Open project: tillkruss/redis-object-cache Class Usage Examples

Protected Properties

Property Type Description
$key

Public Methods

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

Protected Methods

Method Description
executeCommand ( )
extractNext ( )

Method Details

__construct() public method

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

executeCommand() protected method

protected executeCommand ( )

extractNext() protected method

protected extractNext ( )

Property Details

$key protected_oe property

protected $key