示例#1
0
 public function getActivityType()
 {
     return $this->hasOne(ActivityType::className(), ['id' => 'ActivityType_id']);
 }