page = $page; $this->parserOptions = $parserOptions; $this->params = $params; } /** * * @return PageReference */ public function getPage(): PageReference { return $this->page; } /** * * @return array */ public function getParams(): array { return $this->params; } /** * * @return ParserOptions */ public function getParserOptions(): ParserOptions { return $this->parserOptions; } }