/**
  * Construct function
  */
 public function __construct()
 {
     parent::__construct('MobileMenu');
     $supported = array('vector', 'minerva');
     $name = $this->getSkin()->getSkinName();
     if (array_search($name, $supported) !== false) {
         $this->hasDesktopVersion = true;
     }
 }
 /**
  * Construct function
  */
 public function __construct()
 {
     parent::__construct('Uploads');
 }
 /**
  * Construct function
  */
 public function __construct()
 {
     parent::__construct('MobileOptions');
 }
 /**
  * Construct function
  */
 public function __construct()
 {
     parent::__construct('Nearby');
     $this->listed = true;
 }
 public function __construct()
 {
     // Un-list this page on Special:SpecialPages
     parent::__construct('TopicTag', '', false);
     $this->tagName = '';
 }
 /**
  * Construct function
  */
 public function __construct()
 {
     parent::__construct('UserProfile');
 }
 /**
  * Construct function
  */
 public function __construct()
 {
     parent::__construct('MobileEditor');
     $this->listed = false;
 }
 /**
  * Construct function
  */
 public function __construct()
 {
     parent::__construct('MobileDiff');
 }
 /**
  * Construct function
  */
 public function __construct()
 {
     parent::__construct('MobileLanguages');
 }