• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/paysystem/baseservicehandler.php
  • Класс: BitrixSalePaySystemBaseServiceHandler
  • Вызов: BaseServiceHandler::__construct
public function __construct($type, Service $service)
{
	$this->handlerType = $type;
	$this->service = $service;
}