예제 #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');
 }
 public function __construct($entity)
 {
     parent::__construct($entity, 'car_rental');
 }
 public function __construct($entity)
 {
     parent::__construct($entity, 'accommodation');
 }
예제 #5
0
 public function __construct($entity)
 {
     parent::__construct($entity, 'room_type');
 }
예제 #6
0
 public function __construct($entity)
 {
     parent::__construct($entity, 'cabin_type');
 }
 public function __construct($entity)
 {
     parent::__construct($entity, 'cruise');
 }
예제 #8
0
 public function __construct($entity)
 {
     parent::__construct($entity, 'location');
 }