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 cfNoticesEvent

cfNoticesEvent Class

Class to provide a specific event object for handling module notice collections.

flEvent
Extended by cfNoticesEvent
Package: clearFusionCMS
Copyright: Copyright (c) 2015 - 2016 clearFusionCMS. All rights reserved.
Located at system/app/cfNoticesEvent.php

Methods summary

public
# __construct( )

Create a new event object.

Create a new event object.

Overrides

flEvent::__construct
public
# addMsg( cfNoticesEventMsg $msg )

Add a message to the event list.

Add a message to the event list.

Parameters

$msg
The event message.
public boolean
# hasMessages( )

Test if messages are present.

Test if messages are present.

Returns

boolean
true if messages are present; else false.
public array
# getList( )

Get the messages as a set of li elements.

Get the messages as a set of li elements.

Returns

array
List of cfNoticesEventMsg objects.
public integer
# countMessages( )

Get the number of messages.

Get the number of messages.

Returns

integer
The number of messages.

Methods inherited from flEvent

getName(), getParam(), getParams(), isPropagationStopped(), setParam(), stopPropagation()

Properties summary

protected array $messages

Array of event messages to show.

Array of event messages to show.

# array()

Properties inherited from flEvent

$name, $params, $propagationStopped

clearFusionCMS 3.0.0 API documentation generated by ApiGen