• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/model/schedule/assignment/user/scheduleuser.php
  • Класс: BitrixTimemanModelScheduleAssignmentUserScheduleUser
  • Вызов: ScheduleUser::setIsExcluded
public function setIsExcluded()
{
	$this->setStatus(ScheduleUserTable::EXCLUDED);
	return $this;
}