public function getSubcategories() { return $this->hasMany(ProductCategory::className(), ['product_category_parent_id' => 'product_category_id']); }
public function getProductCategory() { return $this->hasOne(ProductCategory::className(), ['product_category_id' => 'product_category_fk']); }