コード例 #1
0
ファイル: _Competition.php プロジェクト: kleitz/golfleague
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getStarts()
 {
     return $this->hasMany(Start::className(), ['competition_id' => 'id']);
 }