"2008-01-01T00:00:00", "stopTime" => "2008-01-01T01:00:00", "datasetID" => "mex-els-all", "sampling" => 60, "timeFormat" => "UNIXTIME", ); } public function getDescription() { return "Get mex-els-all data. Sampling 60s. TimeFormat UNIXTIME"; } protected function checkResultInfo($info) { if ($info['timeFormat'] != 'Seconds from 1970, milliseconds') { return array( 'success' => FALSE, 'message' => 'Bad time format ('.$info['timeFormat'].')', ); } return array( 'success' => TRUE, ); } } ?>