示例#1
0
 public function getUserReadAlerts()
 {
     return $this->hasMany(UserReadAlerts::className(), ['WeatherAlert_id' => 'id']);
 }