• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/model/schedule/shiftplan/shiftplan.php
  • Класс: BitrixTimemanModelScheduleShiftPlanShiftPlan
  • Вызов: ShiftPlan::obtainSchedule
public function obtainSchedule()
{
	if ($this->schedule instanceof Schedule)
	{
		return $this->schedule;
	}
	try
	{
		return $this->get('SCHEDULE') ? $this->get('SCHEDULE') : null;
	}
	catch (Exception $exc)
	{
		return null;
	}
}