コード例 #1
0
ファイル: Route.php プロジェクト: ejoful/bicy
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getJoins()
 {
     return $this->hasMany(Join::className(), ['route_id' => 'id']);
 }