page = $page; $this->user = $user; $this->parserOptions = $parserOptions; } public function getPage(): PageReference { return $this->page; } public function getUser(): UserIdentity { return $this->user; } public function getParserOptions(): ParserOptions { return $this->parserOptions; } }