return $this->productComparisons->
sGetComparisons();
} /**
* Get all products and a table of their properties as an array
*
* @return array Associative array with all products or empty array
*/
public function sGetComparisonList() { return $this->productComparisons->
sGetComparisonList();
} /**
* @deprecated in 5.6, will be removed in 5.7. Use the sArticlesComparisons::sGetComparisonProperties instead.
*
* Returns all filterable properties depending on the given products
*
* @param array $articles
*
* @return array
*/