• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/lib/component/userlist.php
  • Класс: BitrixIntranetComponentUserList
  • Вызов: UserList::getUserPropertyList
public function getUserPropertyList()
{
	$optionValue = $this->getUserPropertyListValue();
	if (!empty($optionValue))
	{
		$result = $optionValue;
	}
	else
	{
		$result = self::getUserPropertyListDefault();
	}

	return $result;
}