Predis\Command\Processor\ProcessorChain::offsetExists PHP 메소드

offsetExists() 공개 메소드

public offsetExists ( $index )
    public function offsetExists($index)
    {
        return isset($this->processors[$index]);
    }