conf = $conf; $this->magicWordFactory = $magicWordFactory; $this->contLang = $contLang; $this->urlProtocols = $urlProtocols; } /** * @return Parser * @since 1.32 */ public function create() : Parser { return new Parser( $this->conf, $this->magicWordFactory, $this->contLang, $this, $this->urlProtocols ); } }