• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/lib/userqueue.php
  • Класс: BitrixIntranetUserQueue
  • Вызов: UserQueue::current
public function current()
{
	if (!$this->isLastItemRestored)
	{
		$this->restore();
		$this->isLastItemRestored = true;
	}

	return $this->lastItem;
}