Files
predis/lib/Predis/Commands/Preprocessors/IPreprocessingSupport.php
T
2011-04-05 11:56:36 +02:00

9 lines
194 B
PHP

<?php
namespace Predis\Commands\Preprocessors;
interface IPreprocessingSupport {
public function setPreprocessor(ICommandPreprocessor $processor);
public function getPreprocessor();
}