MediaWiki  master
OldRevisionImporter.php
Go to the documentation of this file.
1 <?php
2 
6 interface OldRevisionImporter {
7 
15  public function import( ImportableOldRevision $importableRevision );
16 
17 }