• Модуль: security
  • Путь к файлу: ~/bitrix/modules/security/classes/general/post_filter_variables.php
  • Класс: CSecurityXSSDetectVariables
  • Вызов: CSecurityXSSDetectVariables::lazyParseVariables
protected function lazyParseVariables()
{
	if ($this->parsed)
		return;

	$this->parsed = true;
	foreach($this->originalValues as $name => $value)
	{
		$this->parseVariable($name, $value);
	}
}