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

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

	unset($this->eventsList[$type][$key]);
}