Example #1
0
 /**
  * Constructor
  *
  * Sets controller's name
  */
 function __construct()
 {
     $this->name = "import";
     parent::__construct();
 }
Example #2
0
 /**
  * Constructor
  *
  * Sets controller's name
  */
 function __construct()
 {
     $this->name = "friend";
     parent::__construct();
 }
Example #3
0
 /**
  * Constructor
  *
  * Sets controller's name
  */
 function __construct()
 {
     $this->name = "option";
     parent::__construct();
     $this->allowedoptions = array('acceptFriends', 'acceptBackups', 'adminEmail', 'backupFolderSize', 'basePath', 'bookmarksPerPage', 'checkHttpImport', 'convertPath', 'debugMode', 'screenshotTool', 'search', 'sitename', 'spiderOptionFavicon', 'spiderOptionFullPage', 'spiderOptionScreenshot', 'spiderOptionTextOnly');
 }
Example #4
0
 /**
  * Constructor
  *
  * Sets controller's name
  */
 function __construct()
 {
     $this->name = "bookmark";
     parent::__construct();
 }
 /**
  * Constructor
  *
  * Sets controller's name
  */
 function __construct()
 {
     $this->name = "maintenance";
     parent::__construct();
 }
Example #6
0
 /**
  * Constructor
  *
  * Sets controller's name
  */
 function __construct()
 {
     $this->name = "backup";
     parent::__construct();
 }