file = $file; } public function getFile() { return $this->file; } public function setFunction($function) { $this->function = $function; } public function getFunction() { return $this->function; } public function setLine($line) { $this->line = $line; } public function getLine() { return $this->line; } }