Resets job item data arrays.
Overrides JobItemInterface::resetData
public function resetData() { $this->data->value = NULL; $this->unserializedData = NULL; $this ->getData(); }