Your IP : 18.191.192.149


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

<?php

namespace Bitrix\Conversion;

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