コード例 #1
0
ファイル: post.class.php プロジェクト: alikris/OTA
 public function __construct($entity)
 {
     parent::__construct($entity, 'post');
 }
コード例 #2
0
ファイル: tour.class.php プロジェクト: alikris/OTA
 public function __construct($entity)
 {
     parent::__construct($entity, 'tour');
 }
コード例 #3
0
 public function __construct($entity)
 {
     parent::__construct($entity, 'car_rental');
 }
コード例 #4
0
 public function __construct($entity)
 {
     parent::__construct($entity, 'accommodation');
 }
コード例 #5
0
ファイル: room_type.class.php プロジェクト: alikris/OTA
 public function __construct($entity)
 {
     parent::__construct($entity, 'room_type');
 }
コード例 #6
0
ファイル: cabin_type.class.php プロジェクト: alikris/OTA
 public function __construct($entity)
 {
     parent::__construct($entity, 'cabin_type');
 }
コード例 #7
0
 public function __construct($entity)
 {
     parent::__construct($entity, 'cruise');
 }
コード例 #8
0
ファイル: location.class.php プロジェクト: alikris/OTA
 public function __construct($entity)
 {
     parent::__construct($entity, 'location');
 }