file = $file; } if(!is_null($line)){ $this->line = $line; } if(!is_null($trace)){ $this->trace = $trace; } if(is_null($included)){ $included = get_included_files(); } $this->included = $included; } public function getIncluded(){ return $this->included; } } ?>