|
|
|
|
|
|
|
|
return $this->hasQualityLabelByArray($productFamily, ProductFamilyModel::$organicLabels); |
|
|
return $this->hasQualityLabelByArray($productFamily, ProductFamilyModel::$organicLabels); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public function hasOrganicStrictLabel(ProductFamilyInterface $productFamily) |
|
|
|
|
|
{ |
|
|
|
|
|
return $this->hasQualityLabelByArray($productFamily, ProductFamilyModel::$organicStrictLabels); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
public function hasGeographicLabel(ProductFamilyInterface $productFamily) |
|
|
public function hasGeographicLabel(ProductFamilyInterface $productFamily) |
|
|
{ |
|
|
{ |
|
|
return $this->hasQualityLabelByArray($productFamily, ProductFamilyModel::$geographicLabels); |
|
|
return $this->hasQualityLabelByArray($productFamily, ProductFamilyModel::$geographicLabels); |