m_previousValue = $previousValue; parent::__construct($proposedValue); } public function GetDescription() { return Dict::S('UI:CSVReport-Value-Modified'); } //public function GetPreviousValue() //{ // return $this->m_previousValue; //} }