• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/stat/statistics.php
  • Класс: BitrixSenderStatStatistics
  • Вызов: Statistics::filter
public function filter($name, $value = null)
{
	$this->filter->set($name, $value);
	return $this;
}