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