コード例 #1
0
ファイル: JackpotDetails.php プロジェクト: soodsse/YII2demo
 public function getContinents()
 {
     return $this->hasOne(Continents::className(), ['code' => 'continent']);
 }