Beispiel #1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getShopPriceType()
 {
     return $this->hasOne(ShopPriceTypes::className(), ['id' => 'shop_price_types_id']);
 }