• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/model/schedule/schedule.php
  • Класс: BitrixTimemanModelScheduleSchedule
  • Вызов: Schedule::setFlexibleScheduleSettings
private function setFlexibleScheduleSettings()
{
	if (!$this->isFlextime())
	{
		return;
	}
	$this->setControlledActions(ScheduleTable::CONTROLLED_ACTION_START_AND_END);
}