Searched refs:_old_val (Results 1 – 1 of 1) sorted by relevance
12 protected $_old_val = null; // we store the old value here if the value is updated. variable in settingswrapper33 $this->_old_val = $this->_setting->_local;66 if ($this->_changed) return $this->_old_val;87 …::$helper->getLang('updated_value_from').": <code>{$this->format($this->_old_val,$default)}</code>…