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