Your IP : 3.23.98.40


Current Path : /home/bitrix/ext_www/crm.klimatlend.ua/bitrix/modules/conversion/lib/
Upload File :
Current File : /home/bitrix/ext_www/crm.klimatlend.ua/bitrix/modules/conversion/lib/countermanager.php

<?php

namespace Bitrix\Conversion;

final class CounterManager extends Internals\TypeManager
{
	static protected $event = 'OnGetCounterTypes';
	static protected $types = array();
	static protected $ready = false;
	static protected $checkModule = true;
}