• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/form/schedule/shiftplanform.php
  • Класс: BitrixTimemanFormScheduleShiftPlanForm
  • Вызов: ShiftPlanForm::__construct
public function __construct(ShiftPlan $shiftPlan = null)
{
	if ($shiftPlan)
	{
		$this->id = $shiftPlan->getId();
		$this->shiftId = $shiftPlan->getShiftId();
		$this->userId = $shiftPlan->getUserId();
		$this->dateAssignedFormatted = $shiftPlan->getDateAssignedUtc()->format(ShiftPlanTable::DATE_FORMAT);
	}
}