Current Path : /home/bitrix/ext_www/crm.klimatlend.ua/bitrix/components/bitrix/crm.field.element/ |
Current File : /home/bitrix/ext_www/crm.klimatlend.ua/bitrix/components/bitrix/crm.field.element/class.php |
<?php if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED !== true) die(); use Bitrix\Crm\UserField\Types\ElementType; use Bitrix\Main\Component\BaseUfComponent; /** * Class ElementCrmUfComponent */ class ElementCrmUfComponent extends BaseUfComponent { protected static function getUserTypeId(): string { return ElementType::USER_TYPE_ID; } }