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

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

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