Exemple #1
0
 public function getPriceCategory()
 {
     return $this->hasOne(FPriceCategory::className(), ['id_category' => 'id']);
 }