コード例 #1
0
ファイル: Order.php プロジェクト: sap55/yii2-order-management
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getStore()
 {
     return $this->hasOne(Store::className(), ['store_id' => 'store_id']);
 }