• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/model/schedule/shiftplan/shiftplan.php
  • Класс: BitrixTimemanModelScheduleShiftPlanShiftPlan
  • Вызов: ShiftPlan::markDeleted
public function markDeleted()
{
	$this->setDeleted(ShiftPlanTable::DELETED_YES);
	$this->setDeletedAt(TimeHelper::getInstance()->getUtcNowTimestamp());
}