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 cfBackendSocialimgsAction

cfBackendSocialimgsAction Class

Action class to list and manage social media images.

flControllerAction
Extended by cfBackendControllerAction
Extended by cfBackendSocialimgsAction
Package: clearFusionCMS
Copyright: Copyright (c) 2015 clearFusionCMS. All rights reserved.
Located at system/app/cfBackendSocialimgsAction.php

Methods summary

public
# process( )

Process the action.

Process the action.

protected string
# processForm( integer $id )

Process the form for adding/editing the image.

Process the form for adding/editing the image.

Parameters

$id
The ID of the image to edit or null when adding an image.

Returns

string
The form HTML

Throws

clearFusionCMSException
protected string
# processDeleteForm( integer $id )

Process the delete image form.

Process the delete image form.

Parameters

$id
The ID of the image to delete.

Returns

string
The form HTML

Throws

clearFusionCMSException
protected boolean|string
# getSocialFilename( integer $id, string $fileName )

Get the filename to store the social image image under.

Get the filename to store the social image image under.

Folders are created if required and old images are removed.

Parameters

$id
The ID of the story.
$fileName
The file name for the image.

Returns

boolean|string
The filename to use or false if failed.

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