data[$key])) return $this->data[$key]; return ""; } public function __set( $key,$value ){ $this->data[$key] = $value; } public function hasTimeWindow() { return false; } public function getTimeWindow() { return 0; } }