label = $label; $this->line_from = $line_from; $this->line_to = $line_to; $this->file_name = $file_name; $this->file_path = $file_path; $this->snippet = $snippet; $this->from = $from; $this->to = $to; $this->snippet_from = $snippet_from; $this->column_from = $column_from; $this->column_to = $column_to; } }