We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f11906a + 9b0f3d5 commit f82f2abCopy full SHA for f82f2ab
1 file changed
src/Result.php
@@ -68,6 +68,8 @@ public function setCompletion($value) { $this->completion = (bool) $value; retur
68
public function getCompletion() { return $this->completion; }
69
public function setDuration($value) { $this->duration = $value; return $this; }
70
public function getDuration() { return $this->duration; }
71
+ public function setResponse($value) { $this->response = $value; return $this; }
72
+ public function getResponse() { return $this->response; }
73
74
public function setExtensions($value) {
75
if (! $value instanceof Extensions) {
0 commit comments