archive = $archive; } /** * @param string $template */ protected $template = 'mail/mailDetail.tpl'; private $id; public function setId($id) { $this->id = $id; } public function getBodyVariables() { $body = $this->archive->getArchive($this->id); return $body; } }