• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/model/schedule/schedulecollection.php
  • Класс: BitrixTimemanModelScheduleScheduleCollection
  • Вызов: ScheduleCollection::getFirst
public function getFirst()
{
	if (empty($this->getIdList()))
	{
		return null;
	}
	return $this->getByPrimary(reset($this->getIdList()));
}