Exemple #1
0
 public function getEquipmentStatuses()
 {
     return $this->hasMany(EquipmentStatus::className(), ['station_code' => 'code']);
 }