Translate extension for MediaWiki
 
Loading...
Searching...
No Matches
RevTag.php
Go to the documentation of this file.
1<?php
13class RevTag {
19 public static function getType( $tag ) {
20 return $tag;
21 }
22}
Abstraction for revtag table to handle new and old schemas during migration.
Definition RevTag.php:13
static getType( $tag)
Returns value suitable for rt_type field.
Definition RevTag.php:19