• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/lib/component/userprofile.php
  • Класс: BitrixIntranetComponentUserProfile
  • Вызов: UserProfile::getStressLevelInstance
protected function getStressLevelInstance()
{
	if ($this->stressLevel === null)
	{
		$this->stressLevel = new BitrixIntranetComponentUserProfileStressLevel();
	}
	return $this->stressLevel;
}