PHP Класс Predis\Pipeline\Atomic

Автор: Daniele Alessandri ([email protected])
Наследование: extends Pipeline
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( Predis\ClientInterface $client )

Защищенные методы

Метод Описание
executePipeline ( Predis\Connection\ConnectionInterface $connection, SplQueue $commands )
getConnection ( )

Описание методов

__construct() публичный Метод

public __construct ( Predis\ClientInterface $client )
$client Predis\ClientInterface

executePipeline() защищенный Метод

protected executePipeline ( Predis\Connection\ConnectionInterface $connection, SplQueue $commands )
$connection Predis\Connection\ConnectionInterface
$commands SplQueue

getConnection() защищенный Метод

protected getConnection ( )