references:joomla.framework:application:japplication-triggereventTable of Contents
triggerEvent
Calls all handlers associated with an event group. Any handlers that have been registered with the specified event using the JApplication->registerEvent method are invoked with the specified arguments (if any). Syntaxarray triggerEvent ( $event, $args )
ExamplesThe core Joomla! code invokes this method in the following manner to trigger the onBeforeDisplay event: Example $mainframe->triggerEvent( 'onBeforeDisplay' ); |


