コード例 #1
0
ファイル: CarStatus.php プロジェクト: Ent-ch/stock_auto
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getCar()
 {
     return $this->hasOne(Car::className(), ['id' => 'car_id']);
 }