MCPcopy Create free account
hub / github.com/Rello/analytics / getData

Method getData

tests/Stubs/OCP/AppFramework/Http/DataResponse.php:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14 }
15
16 public function getData() {
17 return $this->data;
18 }
19
20 public function getStatus(): int {
21 return $this->status;

Calls

no outgoing calls