function __construct($name = 'Withoutinterwiki')
 {
     parent::__construct($name);
 }
 function __construct($name = 'Uncategorizedpages')
 {
     parent::__construct($name);
 }
 function __construct($name = 'Lonelypages')
 {
     parent::__construct($name);
 }
 function __construct($name = 'DoubleRedirects')
 {
     parent::__construct($name);
 }
 function __construct($name = 'Disambiguations')
 {
     parent::__construct($name);
 }
 function __construct($name = 'Deadendpages')
 {
     parent::__construct($name);
 }
 function __construct($name = 'BrokenRedirects')
 {
     parent::__construct($name);
 }
 public function __construct($item = NULL)
 {
     $this->ratingsCache = array();
     if ($item) {
         $this->itemId = $item;
     }
     parent::__construct('RatingReasonsQueryPage');
 }
 function __construct($name = 'Nonportableinfoboxes')
 {
     parent::__construct($name);
 }