• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/form/schedule/worktimerestrictionsform.php
  • Класс: BitrixTimemanFormScheduleWorktimeRestrictionsForm
  • Вызов: WorktimeRestrictionsForm::__construct
public function __construct($schedule = null)
{
	if (!($schedule instanceof Schedule))
	{
		return;
	}
	$this->maxShiftStartOffset = $schedule->obtainWorktimeRestrictions(ScheduleTable::WORKTIME_RESTRICTION_MAX_SHIFT_START_OFFSET);
	$this->maxShiftStartOffsetFormatted = TimeHelper::getInstance()->convertSecondsToHoursMinutes($this->maxShiftStartOffset);
}