• Модуль: main
  • Путь к файлу: ~/bitrix/modules/main/classes/general/vuln_scanner.php
  • Класс: CVuln
  • Вызов: CVuln::__construct
function __construct($filename, $line, $name, $tokens, $dependencies, $tainted_vars, $comment)
{
	$this->tokens = $tokens;
	$this->filename = $filename;
	$this->line = $line;
	$this->name = $name;
	$this->dependencies = $dependencies;
	$this->tainted_vars = $tainted_vars;
	$this->comment = $comment;
	$this->traverse = '';
	$this->additional_text = '';
}