• Модуль: mobile
  • Путь к файлу: ~/bitrix/modules/mobile/lib/component/loglist.php
  • Класс: BitrixMobileComponentLogList
  • Вызов: LogList::getProcessorInstance
protected function getProcessorInstance(): Processor
{
	if ($this->processorInstance === null)
	{
		$this->processorInstance = new Processor([
			'component' => $this,
			'request' => $this->getRequest()
		]);
	}

	return $this->processorInstance;
}