• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/helper/entitycodeshelper.php
  • Класс: BitrixTimemanHelperEntityCodesHelper
  • Вызов: EntityCodesHelper::buildUserCode
static function buildUserCode($userId)
{
	return 'U' . $userId;
}