Exemplo n.º 1
0
 /**
  * Constructor
  *
  * Sets controller's name
  */
 function __construct()
 {
     $this->name = "import";
     parent::__construct();
 }
Exemplo n.º 2
0
 /**
  * Constructor
  *
  * Sets controller's name
  */
 function __construct()
 {
     $this->name = "friend";
     parent::__construct();
 }
Exemplo n.º 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');
 }
Exemplo n.º 4
0
 /**
  * Constructor
  *
  * Sets controller's name
  */
 function __construct()
 {
     $this->name = "bookmark";
     parent::__construct();
 }
Exemplo n.º 5
0
 /**
  * Constructor
  *
  * Sets controller's name
  */
 function __construct()
 {
     $this->name = "maintenance";
     parent::__construct();
 }
Exemplo n.º 6
0
 /**
  * Constructor
  *
  * Sets controller's name
  */
 function __construct()
 {
     $this->name = "backup";
     parent::__construct();
 }