Plugin/Events/Module: Difference between revisions
From Joomla! Documentation
Created page with "{{incomplete}} In a standard installation of Joomla! we have several predefined Module events which, when triggered, call functions in the associated plugins. ==onRenderModu..." |
|||
| Line 5: | Line 5: | ||
==onRenderModule== | ==onRenderModule== | ||
===Description=== | ===Description=== | ||
This is an event that is called when a module on the front- or back-end is renderd. | |||
===Parameters=== | ===Parameters=== | ||
- <code>&module</code> A reference to a Module object that holds all the data of the module | |||
- <code>&attribs</code> An array of attributes for the module | |||
===Return Value=== | ===Return Value=== | ||
None. Result will be omitted. | |||
==onAfterRenderModule== | ==onAfterRenderModule== | ||
Revision as of 14:32, 16 June 2016
This article or section is incomplete, which means it may be lacking information. You are welcome to assist in its completion by editing it as well. If this article or section has not been edited in several days, please consider helping complete the content.
This article was last edited by N9iels (talk| contribs) 10 years ago. (Purge)
In a standard installation of Joomla! we have several predefined Module events which, when triggered, call functions in the associated plugins.
onRenderModule
Description
This is an event that is called when a module on the front- or back-end is renderd.
Parameters
- &module A reference to a Module object that holds all the data of the module
- &attribs An array of attributes for the module
Return Value
None. Result will be omitted.