72
72
$this->reqEndDate = $info['reqEndDate'];
73
73
$this->startDate = $info['startDate'];
74
74
$this->endDate = $info['endDate'];
80
75
$this->status = $info['status'];
81
76
$this->timestamp = $info['timestamp'];
85
86
$this->_layers = new Helper_HelioviewerLayers($info['dataSourceString']);