• Модуль: mobile
  • Путь к файлу: ~/bitrix/modules/mobile/lib/component/loglist/processor.php
  • Класс: BitrixMobileComponentLogListProcessor
  • Вызов: Processor::getEventsList
public function getEventsList($type = 'main')
{
	$result = [];

	if (!isset($this->eventsList[$type]))
	{
		return $result;
	}

	return $this->eventsList[$type];
}