• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/cashbox/restrictions/manager.php
  • Класс: Bitrix\Sale\Cashbox\Restrictions\Manager
  • Вызов: Manager::getBuildInRestrictions
static function getBuildInRestrictions()
{
	return array(
		'\Bitrix\Sale\Cashbox\Restrictions\PaySystem' => 'lib/cashbox/restrictions/paysystem.php',
		'\Bitrix\Sale\Cashbox\Restrictions\TradeBinding' => 'lib/cashbox/restrictions/tradebinding.php',
		'\Bitrix\Sale\Cashbox\Restrictions\Company' => 'lib/cashbox/restrictions/company.php'
	);
}