contentDownload; } public function notModified() { return $this->status == self::STATUS_NOT_MODIFIED; } public function getOutput() { return $this->output; } protected function setHeader($header = null, $value = null) { if ($header) header($header . ': ' . $value); } } ?>