예제 #1
0
 public function getFields()
 {
     return $this->hasMany(TourField::className(), ['tour_id' => 'tour_id'])->orderBy('sort');
 }