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 cfValidatorPageSlug

cfValidatorPageSlug Class

Custom validator to test availability of a page slug.

flFormValidator
Extended by cfValidatorPageSlug
Package: clearFusionCMS
Copyright: Copyright (c) 2012 - 2013 clearFusionCMS. All rights reserved.
Located at system/app/cfValidatorPageSlug.php

Methods summary

public
# __construct( cfContent $ctnt, integer $parent, string $current = null )

Construct the object.

Construct the object.

Parameters

$ctnt
The content object.
$parent
The parent of the page.
$current
The current slug.

Overrides

flFormValidator::__construct
public boolean
# validate( flFormElement $elem )

Validate the element against the validator.

Validate the element against the validator.

Parameters

$elem
The element to validate.

Returns

boolean
true if the element is valid else false.

Overrides

flFormValidator::validate
public array
# getClientRule( )

Get the client side rule for validation.

Get the client side rule for validation.

Returns

array

[0] The string holding the rule information for use with fusionLib.validation.js [1] true to use ajax or false, if false is returned instead of an array then no client side validation is done

Overrides

flFormValidator::getClientRule

Methods inherited from flFormValidator

getAJAXCallback(), getClientMsg(), getMessage(), replaceTags()

Properties summary

Properties inherited from flFormValidator

$elem, $message, $tags

clearFusionCMS 3.0.0 API documentation generated by ApiGen