• Модуль: socialnetwork
  • Путь к файлу: ~/bitrix/modules/socialnetwork/lib/component/loglistcommon/processor.php
  • Класс: BitrixSocialnetworkComponentLogListCommonProcessor
  • Вызов: Processor::unsetFilterKey
public function unsetFilterKey($key = ''): void
{
	if ($key == '')
	{
		return;
	}
	unset($this->filter[$key]);
}