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