Example #1
0
 function getValues()
 {
     $r = parent::getValues();
     if ($this->History) {
         $r[History] = $this->History;
     }
     return $r;
 }
Example #2
0
 function getValues()
 {
     $r = parent::getValues();
     return $r;
 }
Example #3
0
 function getValues()
 {
     $r = parent::getValues();
     $r[tourUserComments] = 'GUIDE';
     return $r;
 }