\JEvent
JEvent Class
Synopsis
class JEvent
extends JObject
{
- // members
- protected $_subject;
- // Inherited members from JObject
- protected $_errors;
- // methods
- public void __construct()
- public mixed update()
- // Inherited methods from JObject
- public void __construct()
- public string __toString()
- public mixed def()
- public mixed get()
- public array getProperties()
- public string getError()
- public array getErrors()
- public mixed set()
- public boolean setProperties()
- public void setError()
Hierarchy
Extends
Extended by
- PlgQuickiconExtensionupdate
- PlgQuickiconJoomlaupdate
- PlgEditorCodemirror
- PlgEditorNone
- PlgEditorTinymce
- PlgSearchNewsfeeds
- PlgSearchContacts
- PlgSearchCategories
- PlgSearchContent
- PlgSearchWeblinks
- PlgSystemP3p
- PlgSystemHighlight
- PlgSystemLanguageFilter
- PlgSystemRedirect
- PlgSystemLogout
- PlgSystemLog
- PlgSystemCache
- PlgSystemRemember
- PlgSystemSef
- PlgSystemLanguagecode
- PlgSystemDebug
- PlgUserProfile
- PlgUserContactCreator
- PlgUserJoomla
- PlgAuthenticationLdap
- PlgAuthenticationCookie
- PlgAuthenticationJoomla
- PlgAuthenticationGMail
- PlgExtensionJoomla
- PlgButtonArticle
- PlgButtonReadmore
- PlgButtonPagebreak
- PlgButtonImage
- PlgTwofactorauthYubikey
- PlgTwofactorauthTotp
- PlgFinderNewsfeeds
- PlgFinderTags
- PlgFinderContacts
- PlgFinderCategories
- PlgFinderContent
- PlgFinderWeblinks
- PlgCaptchaRecaptcha
- PlgContentVote
- PlgContentContact
- PlgContentPagebreak
- PlgContentEmailcloak
- PlgContentLoadmodule
- PlgContentJoomla
- PlgContentPagenavigation
- PlgContentFinder
- JEventInspector
- JEventStub
- PlgSystemPrivate
- PlgSystemBase
- PlgSystemJoomla
- FinderIndexerAdapter
- JPlugin
- FOFModelBehaviorLanguage
- FOFModelBehaviorPrivate
- FOFModelBehaviorFilters
- FOFModelBehaviorAccess
- FOFModelBehaviorEnabled
- FOFModelBehavior
- FOFTableBehaviorAssets
- FOFTableBehaviorTags
- FOFTableBehavior
Members
protected
Methods
public
- __construct() — Constructor
- update() — Method to trigger events.
Inherited from JObject
public
- __toString() — Magic method to convert the object to a string gracefully.
- def() — Sets a default value if not alreay assigned
- get() — Returns a property of the object or the default value if the property is not set.
- getError() — Get the most recent error message.
- getErrors() — Return all errors, if any.
- getProperties() — Returns an associative array of object properties.
- set() — Modifies a property of the object, creating it if it does not already exist.
- setError() — Add an error message.
- setProperties() — Set the object properties based on a named array/hash.