コード例 #1
0
ファイル: Splatfest.php プロジェクト: frozenpandaman/stat.ink
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getSplatfestMaps()
 {
     return $this->hasMany(SplatfestMap::className(), ['splatfest_id' => 'id']);
 }