function getValues() { $r = parent::getValues(); if ($this->History) { $r[History] = $this->History; } return $r; }
function getValues() { $r = parent::getValues(); return $r; }
function getValues() { $r = parent::getValues(); $r[tourUserComments] = 'GUIDE'; return $r; }