• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/internals/counter/role.php
  • Класс: BitrixTasksInternalsCounterRole
  • Вызов: Role::getRoleName
static function getRoleName($roleId)
{
	/** @noinspection PhpDeprecationInspection */
	return CTaskListState::getRoleNameById($roleId);
}