• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/component/storeamount.php
  • Класс: BitrixCatalogComponentStoreAmount
  • Вызов: StoreAmount::getStoreAmountSignedParameters
public function getStoreAmountSignedParameters(): string
{
	return ParameterSigner::signParameters(
		$this->getStoreAmountComponentName(),
		$this->getStoreAmountParameters()
	);
}