/**
  * Constructor
  */
 public function __construct()
 {
     refnotes_localization::initialize($this);
     $this->mode = substr(get_class($this), 7);
     $this->noteCapture = new refnotes_note_capture();
     $this->initializePatterns();
 }
 /**
  * Constructor
  */
 public function __construct()
 {
     refnotes_localization::initialize($this);
     $this->afterParserHandlerDone = new refnotes_after_parser_handler_done();
     $this->beforeAjaxCallUnknown = new refnotes_before_ajax_call_unknown();
     $this->beforeParserCacheUse = new refnotes_before_parser_cache_use();
     $this->beforeParserWikitextPreprocess = new refnotes_before_parser_wikitext_preprocess();
     $this->beforeTplMetaheaderOutput = new refnotes_before_tpl_metaheader_output();
 }
Exemple #3
0
 /**
  * Constructor
  */
 public function __construct()
 {
     refnotes_localization::initialize($this);
     $this->html = new refnotes_html_sink();
     $this->locale = refnotes_localization::getInstance();
 }