private function buildpage() { $pagebuilder = new PageBuilder($this->page); //expect a file location from pagebuilder. return $pagebuilder->build($this->site, true); //build the page, and set return filepath to true in order to get the filepath not html }