Example #1
0
 /**
  * Refresh the cache of conversion tables when
  * MediaWiki:Conversiontable* is updated.
  *
  * @param Title $title The Title of the page being updated
  */
 public function updateConversionTable(Title $title)
 {
     $this->mConverter->updateConversionTable($title);
 }