|
|
| __construct ($oTemplate) |
| | display () |
| | __clone () |
|
| setEnabled ($bEnabled) |
| | add ($sId, $sMsg, $iType=BX_INFORMER_INFO) |
| | remove ($sId) |
| | get ($sId) |
|
|
| $_bJsCssAdded = false |
|
| $_oTemplate |
| | $_aMapType2Class |
|
| $_bEnabled = true |
|
| $_aMessages = array() |
Informer representation.
- See also
- BxDolInformer
◆ _addJsCss()
| BxBaseInformer::_addJsCss |
( |
| ) |
|
|
protected |
Add css/js files which are needed for display and functionality.
◆ display()
| BxBaseInformer::display |
( |
| ) |
|
◆ $_aMapType2Class
| BxBaseInformer::$_aMapType2Class |
|
protected |
Initial value:= array(
BX_INFORMER_ALERT => 'bx-informer-msg-alert',
BX_INFORMER_INFO => 'bx-informer-msg-info',
BX_INFORMER_ERROR => 'bx-informer-msg-error',
)
The documentation for this class was generated from the following file:
- template/scripts/BxBaseInformer.php