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