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