コード例 #1
0
ファイル: Discounts.php プロジェクト: A111ex/parser.ru
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getPriceType()
 {
     return $this->hasOne(PriceType::className(), ['id' => 'price_type_id']);
 }