• Модуль: salescenter
  • Путь к файлу: ~/bitrix/modules/salescenter/lib/paymentslip/paymentslipconfig.php
  • Класс: BitrixSalescenterPaymentSlipPaymentSlipConfig
  • Вызов: PaymentSlipConfig::getConfigInstance
static function getConfigInstance(): self
{
	static $config;

	$config ??= new self();

	return $config;
}