Skip to content

Commit bf8fcc6

Browse files
committed
DatingVIP: API: Response: getRawData impl
1 parent 090f87b commit bf8fcc6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/DatingVIP/API/Response.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ public function getRawError () {
8787
return $this->error;
8888
}
8989

90+
public function getRawData () {
91+
return $this->data;
92+
}
93+
9094
/**
9195
* Set API response
9296
* - decode from JSON.

0 commit comments

Comments
 (0)