Sha256: 28b5f5331edcc945d7197ac80508888a054d75ab9655f67cfb1c35b386e23634

Contents?: true

Size: 302 Bytes

Versions: 7

Compression:

Stored size: 302 Bytes

Contents

<?php

namespace Predis\Commands\Processors;

interface ICommandProcessorChain
    extends ICommandProcessor, \IteratorAggregate, \Countable {

    public function add(ICommandProcessor $preprocessor);
    public function remove(ICommandProcessor $preprocessor);
    public function getProcessors();
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
appstats-0.25.1 doc/benchmarks/Predis/Commands/Processors/ICommandProcessorChain.php
appstats-0.25.0 doc/benchmarks/Predis/Commands/Processors/ICommandProcessorChain.php
appstats-0.24.0 doc/benchmarks/Predis/Commands/Processors/ICommandProcessorChain.php
appstats-0.23.5 doc/benchmarks/Predis/Commands/Processors/ICommandProcessorChain.php
appstats-0.23.4 doc/benchmarks/Predis/Commands/Processors/ICommandProcessorChain.php
appstats-0.23.3 doc/benchmarks/Predis/Commands/Processors/ICommandProcessorChain.php
appstats-0.23.2 doc/benchmarks/Predis/Commands/Processors/ICommandProcessorChain.php