• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/businesssuite/utils/servicequeue.php
  • Класс: BitrixSeoBusinessSuiteUtilsServiceQueue
  • Вызов: ServiceQueue::getHead
public function getHead()
{
	return $this->head = ($this->head? $this->head : $this->values->fetch());
}