• Модуль: security
  • Путь к файлу: ~/bitrix/modules/security/lib/filter/request.php
  • Класс: BitrixSecurityFilterRequest
  • Вызов: Request::pushChangedVar
protected function pushChangedVar($context, $value, $name)
{
	$this->changedVars[$name] = $value;
	if (!isset($this->changedContext[$context]))
		$this->changedContext[$context] = 1;
	return $this;
}