• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/repository/schedule/shiftplanrepository.php
  • Класс: BitrixTimemanRepositoryScheduleShiftPlanRepository
  • Вызов: ShiftPlanRepository::save
public function save($shiftPlan)
{
	/** @var ShiftPlan $shiftPlan */
	return $shiftPlan->save();
}