• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/model/schedule/schedule.php
  • Класс: BitrixTimemanModelScheduleSchedule
  • Вызов: Schedule::obtainUserAssignments
public function obtainUserAssignments()
{
	try
	{
		$assignments = $this->get('USER_ASSIGNMENTS');
		return $assignments === null ? new EO_ScheduleUser_Collection() : $assignments;
	}
	catch (Exception $exc)
	{
		return new EO_ScheduleUser_Collection();
	}
}