• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/discount/preset/manager.php
  • Класс: BitrixSaleDiscountPresetManager
  • Вызов: Manager::registerAutoLoader
public function registerAutoLoader()
{
	if (!$this->isAlreadyRegisteredAutoLoader())
	{
		spl_autoload_register(array($this, 'autoLoad'), true);
	}
}