• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/repository/schedule/shiftrepository.php
  • Класс: BitrixTimemanRepositoryScheduleShiftRepository
  • Вызов: ShiftRepository::markShiftDeleted
public function markShiftDeleted($shiftId)
{
	return $this->save(Shift::wakeUp(['ID' => $shiftId])->setDeleted(true));
}