diff --git a/lib/Predis/Transaction/MultiExecContext.php b/lib/Predis/Transaction/MultiExecContext.php index 83ae65a8..ffc431ca 100644 --- a/lib/Predis/Transaction/MultiExecContext.php +++ b/lib/Predis/Transaction/MultiExecContext.php @@ -35,6 +35,10 @@ class MultiExecContext { $this->_state = $flags; } + protected function getState() { + return $this->_state; + } + protected function flagState($flags) { $this->_state |= $flags; }