コード例 #1
0
ファイル: Import.php プロジェクト: Wilkins/herisson-wordpress
 /**
  * Constructor
  *
  * Sets controller's name
  */
 function __construct()
 {
     $this->name = "import";
     parent::__construct();
 }
コード例 #2
0
ファイル: Friend.php プロジェクト: Wilkins/herisson-wordpress
 /**
  * Constructor
  *
  * Sets controller's name
  */
 function __construct()
 {
     $this->name = "friend";
     parent::__construct();
 }
コード例 #3
0
ファイル: Option.php プロジェクト: Wilkins/herisson-wordpress
 /**
  * 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');
 }
コード例 #4
0
 /**
  * Constructor
  *
  * Sets controller's name
  */
 function __construct()
 {
     $this->name = "bookmark";
     parent::__construct();
 }
コード例 #5
0
 /**
  * Constructor
  *
  * Sets controller's name
  */
 function __construct()
 {
     $this->name = "maintenance";
     parent::__construct();
 }
コード例 #6
0
ファイル: Backup.php プロジェクト: Wilkins/herisson-wordpress
 /**
  * Constructor
  *
  * Sets controller's name
  */
 function __construct()
 {
     $this->name = "backup";
     parent::__construct();
 }