• Модуль: socialnetwork
  • Путь к файлу: ~/bitrix/modules/socialnetwork/lib/component/loglist/processor.php
  • Класс: BitrixSocialnetworkComponentLogListProcessor
  • Вызов: Processor::appendEventsList
public function appendEventsList(array $value = [], $type = 'main'): void
{
	if (!isset($this->eventsList[$type]))
	{
		$this->eventsList[$type] = [];
	}

	$this->eventsList[$type][] = $value;
}