Esempio n. 1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getShippings()
 {
     return $this->hasMany(Shippings::className(), ['ShippingStatusId' => 'ShippingStatusId']);
 }
Esempio n. 2
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getShippings()
 {
     return $this->hasMany(Shippings::className(), ['OrderId' => 'OrderId']);
 }