• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/paysystem/service.php
  • Класс: BitrixSalePaySystemService
  • Вызов: Service::__construct
public function __construct($fields)
{
	[$className, $handlerType] = Manager::includeHandler($fields['ACTION_FILE']);

	$this->fields = $fields;
	$this->handler = new $className($handlerType, $this);

	$this->context = new Context();
}