function fetch() { $ret = parent::fetch(); if ($ret) { $this->setting_var = $this->settingToText($this->setting); } return $ret; }