raw = $content; } public function getFilename() { return $this->raw->getUri(); } public function getContent() { return $this->raw->getContent(); } public function getPureContent() { return $this->raw->getContent(); } }