Sha256: 55071da0aadd7053910628f928faa7e48c77ece7b3a3f5f7ff2e969d7d1b0547

Contents?: true

Size: 179 Bytes

Versions: 7

Compression:

Stored size: 179 Bytes

Contents

<?php

namespace Predis\Commands\Processors;

interface IProcessingSupport {
    public function setProcessor(ICommandProcessor $processor);
    public function getProcessor();
}

Version data entries

7 entries across 7 versions & 1 rubygems

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