Beispiel #1
0
 public function getTankGuns()
 {
     return $this->hasMany(Gun::className(), ['gun_id' => 'gun_id'])->via('tankIdGuns');
 }