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 contentApiV1

contentApiV1 Class

Class to implement the doc API endpoint.

flApiService
Extended by contentApiV1
Package: clearFusionCMS
Copyright: Copyright (c) 2015 clearFusionCMS. All rights reserved.
Located at system/modules/content/contentApiV1.php

Methods summary

public
# __construct( flDb $db, flApiServer $apiServer, flRequest $request, flResponse $response )

Construct the service object.

Construct the service object.

Parameters

$db
The database object.
$apiServer
The API server object.
$request
The request object.
$response
The response object.

Overrides

flApiService::__construct
public
# childrenGet( )

Get the children of a given node.

Get the children of a given node.

Throws

flExceptionBadRequest
public
# customfieldsGet( )

Get the custom fields for the given node.

Get the custom fields for the given node.

Throws

flExceptionBadRequest
public
# dataGet( )

Get data from the content node.

Get data from the content node.

Throws

flExceptionBadRequest

Properties summary

protected cfContent $content

The content object.

The content object.

#

Properties inherited from flApiService

$apiServer, $db, $request, $response

clearFusionCMS 3.0.0 API documentation generated by ApiGen