Example #1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getIDroute()
 {
     return $this->hasOne(Route::className(), ['IDroute' => 'IDroute']);
 }
Example #2
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getRoutes()
 {
     return $this->hasMany(Route::className(), ['IDstationTo' => 'IDstation']);
 }