| Current Path : /var/www/homesaver/www/bitrix/modules/conversion/lib/ |
| Current File : /var/www/homesaver/www/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;
}