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

Method read

lib/Service/DataloadService.php:90–96  ·  view source on GitHub ↗

* get all data loads for a dataset or report * * @param int $datasetId * @param $reportId * @return array */

($datasetId)

Source from the content-addressed store, hash-verified

88 * @return array
89 */
90 public function read($datasetId)
91 {
92 if (empty($this->DatasetService->readOwn((int)$datasetId))) {
93 return [];
94 }
95 return $this->DataloadMapper->read((int)$datasetId);
96 }
97
98 /**
99 * update data load

Callers 4

executeByScheduleMethod · 0.45
getDataFromDatasourceMethod · 0.45
importFileMethod · 0.45
getDatasetIdMethod · 0.45

Calls 1

readOwnMethod · 0.45

Tested by

no test coverage detected