• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/cashbox/checkmanager.php
  • Класс: BitrixSaleCashboxCheckManager
  • Вызов: CheckManager::create
static function create(array $settings)
{
	$check = CheckManager::createByType($settings['TYPE']);
	if ($check)
		$check->init($settings);

	return $check;
}