function __construct() { parent::__construct('wgLang'); }
function __construct() { parent::__construct('wgUser'); }
function __construct($name, $realValue, $version = false) { parent::__construct($name); $this->mRealValue = $realValue; $this->mVersion = $version; }