コード例 #1
0
ファイル: Customers_class.php プロジェクト: alex-k/velotur
 function getValues()
 {
     $r = parent::getValues();
     if ($this->History) {
         $r[History] = $this->History;
     }
     return $r;
 }
コード例 #2
0
ファイル: Users_class.php プロジェクト: alex-k/velotur
 function getValues()
 {
     $r = parent::getValues();
     return $r;
 }
コード例 #3
0
ファイル: Guides_class.php プロジェクト: alex-k/velotur
 function getValues()
 {
     $r = parent::getValues();
     $r[tourUserComments] = 'GUIDE';
     return $r;
 }