• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/form/schedule/scheduleform.php
  • Класс: BitrixTimemanFormScheduleScheduleForm
  • Вызов: ScheduleForm::getInternalForms
protected function getInternalForms()
{
	return [
		'shiftForms' => ShiftForm::class,
		'calendarForm' => CalendarForm::class,
		'violationForm' => ViolationForm::class,
		'restrictionsForm' => WorktimeRestrictionsForm::class,
	];
}