Alerts
Please note: This page is under construction and has not been finished yet.
Introduction
Use the following to retrieve the alerts class object.
Alerts methods
addSuccess()
addError()
addWarning()
addInfo()
addDebug()
Messages assigned here will only be displayed when debug mode is active.
render()
None of the above methods will output anything, until you use this method to render them.
Last updated