• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/businesssuite/utils/servicequeue.php
  • Класс: BitrixSeoBusinessSuiteUtilsServiceQueue
  • Вызов: ServiceQueue::__construct
private function __construct(string $type)
{
	$this->values = InternalsServiceQueueTable::getList([
		'select' => ['ID','SERVICE_TYPE','CLIENT_ID','TYPE'],
		'filter' => ['=TYPE'=> $type ],
		'order' => ['SORT' => 'DESC']
	]);
	$this->head = $this->getHead();
}