mirror of
https://github.com/predis/predis.git
synced 2026-09-10 10:27:11 +00:00
Implement Predis\Commands\Command::setRawArguments().
This commit is contained in:
@@ -18,6 +18,11 @@ abstract class Command implements ICommand {
|
||||
unset($this->_hash);
|
||||
}
|
||||
|
||||
public function setRawArguments(Array $arguments) {
|
||||
$this->_arguments = $arguments;
|
||||
unset($this->_hash);
|
||||
}
|
||||
|
||||
public function getArguments() {
|
||||
return $this->_arguments;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user