clearFusionCMS 3.0.0
  • Package
  • Class
  • Tree
  • Deprecated

Packages

  • clearFusionCMS
    • module
      • cloudflare
      • comments
      • content
      • forms
      • members
      • search
  • fusionLib
  • None

Classes

  • cfApiController
  • cfBackendAdduserAction
  • cfBackendApikeysAction
  • cfBackendBrowsectntAction
  • cfBackendBrowsefilesAction
  • cfBackendClearcacheAction
  • cfBackendClearipblocksAction
  • cfBackendContentpermsAction
  • cfBackendContenttypesAction
  • cfBackendController
  • cfBackendControllerAction
  • cfBackendDashboardAction
  • cfBackendDocumentsAction
  • cfBackendDraftsAction
  • cfBackendEdituserAction
  • cfBackendElementsAction
  • cfBackendFilemgrAction
  • cfBackendFingerprintAction
  • cfBackendForgotpwdAction
  • cfBackendImagepreviewAction
  • cfBackendListusersAction
  • cfBackendLoginAction
  • cfBackendLogoutAction
  • cfBackendModulesAction
  • cfBackendMyprofileAction
  • cfBackendPrivatefilemgrAction
  • cfBackendResetpwdAction
  • cfBackendRolesAction
  • cfBackendSelectsiteAction
  • cfBackendSet403Action
  • cfBackendSet404Action
  • cfBackendSeterrorAction
  • cfBackendSethomeAction
  • cfBackendSetthemeAction
  • cfBackendSettingsAction
  • cfBackendSitemgrAction
  • cfBackendSocialimgsAction
  • cfConfirm
  • cfContent
  • cfContentController
  • cfContentTree
  • cfCron
  • cfCronController
  • cfCustomFieldList
  • cfCustomFields
  • cfDashboardMgr
  • cfDrafts
  • cfInstallController
  • cfNoticesEvent
  • cfNoticesEventMsg
  • cfPseudoCron
  • cfSearchHelper
  • cfSiteManager
  • cfSocialImagesMgr
  • cfTaskRunner
  • cfTaskSnippets
  • cfTemplateEngine
  • cfUserMgr
  • cfUserProfile
  • cfValidatorPageSlug
  • cfValidatorUserEmail
  • cfValidatorUsername
  • clearFusionCMS
  • contentApiV1
  • contentDrafts
  • errorController

Interfaces

  • cfInstallInterface
  • cfInstallUpdInterface
  • cfModuleSettingsInterface
  • cfUserProfileInterface

Exceptions

  • cfException
  • clearFusionCMSException

Class cfBackendModulesAction

cfBackendModulesAction Class

Action class to list installed and available modules as well as allow the install/uninstall of the module.

flControllerAction
Extended by cfBackendControllerAction
Extended by cfBackendModulesAction
Package: clearFusionCMS
Copyright: Copyright (c) 2012 - 2016 clearFusionCMS. All rights reserved.
Located at system/app/cfBackendModulesAction.php

Methods summary

protected
# delFolder( string $folder )

Delete a folder and all child folders and files.

Delete a folder and all child folders and files.

Parameters

$folder
The folder to delete
protected
# buildFileList( array & $list, string $folder )

Build a list of the files and folders in a tree.

Build a list of the files and folders in a tree.

Parameters

$list
The list of files and folders.
$folder
The folder to index.
protected string
# unpackModule( string $fileName )

Unpack a module zip file.

Unpack a module zip file.

Parameters

$fileName
The name of the file holding the module to unpack.

Returns

string
The result string to show to the user.
public
# process( )

Process the action.

Process the action.

Methods inherited from cfBackendControllerAction

__construct(), alertMessage(), assemble(), confirmLeavePage(), getCodeEditorModule(), getEditorModule(), lockObject(), renderBlock(), renderBlockToolbar(), renderPage(), testPermission(), unlockObject()

Properties summary

Properties inherited from cfBackendControllerAction

$breadcrumbTrail, $cache, $db, $managerSession, $session, $tpl, $user

Properties inherited from flControllerAction

$controller, $request, $response, $router

clearFusionCMS 3.0.0 API documentation generated by ApiGen