• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/model/schedule/violation/violationrules.php
  • Класс: BitrixTimemanModelScheduleViolationViolationRules
  • Вызов: ViolationRules::getNotifyUsersSymbolic
public function getNotifyUsersSymbolic($type)
{
	return isset($this->getUsersToNotify()[$type]) ? $this->getUsersToNotify()[$type] : [];
}