public function sGetComparisonProperties($articles) { trigger_error(sprintf('%s:%s is deprecated since Shopware 5.6 and will be removed with 5.7. Use the sArticlesComparisons::sGetComparisonProperties instead.', __CLASS__, __METHOD__
), E_USER_DEPRECATED
);
return $this->productComparisons->
sGetComparisonProperties($articles);
} /**
* @deprecated in 5.6, will be removed in 5.7. Use sArticlesComparisons::sFillUpComparisonArticles instead
*
* fills the product properties with the values and fills up empty values
*
* @param array $properties
* @param array $articles
*
* @return array
*/