• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/model/schedule/violation/violationrules.php
  • Класс: BitrixTimemanModelScheduleViolationViolationRules
  • Вызов: ViolationRules::needToNotifyManager
public function needToNotifyManager($groupName)
{
	return in_array(ViolationRulesTable::USERS_TO_NOTIFY_USER_MANAGER, $this->getNotifyUsersSymbolic($groupName), true);
}