public function __construct()
 {
     parent::__construct('NewManuscript');
 }
 public function __construct()
 {
     parent::__construct('HelperScripts');
 }
 public function __construct()
 {
     parent::__construct('StylometricAnalysis');
 }
 public function __construct($page_name)
 {
     parent::__construct($page_name);
 }
 public function __construct()
 {
     parent::__construct('UserPage');
 }
 /**
  * This code can run in a few different contexts:
  * 
  * 1: on normal entry, when no request to this page is POSTed, the default page, with all the collections and manuscripts of the current user is shown
  * 2: on POST, a collation table is constructed, old tempcollate collate data is deleted, the current collate data is stored in the tempcollate table, and the table is shown
  * 3: when redirecting to start, the default page is shown
  * 4: when saving the table, the data is retrieved from the tempcollate table, saved to the collations table, a new wiki page is created, and the user is redirected to this page 
  * 
  * Main entry point = ManuscriptDeskBaseSpecials::execute()
  */
 public function __construct()
 {
     parent::__construct('Collate');
 }