Mage_Adminhtml_Model_Observer
in package
Table of Contents
Methods
- bindLocale() : mixed
- bindStore() : mixed
- displayBootupWarnings() : mixed
- displayRemovedHtml() : void
- Tell the admin which markup the save sanitizer removed. The sanitizer is silent.
- massactionPrepareKey() : $this
- Prepare massaction separated data
- setCookieLifetime() : void
- Set the admin's session lifetime based on config
Methods
bindLocale()
public
bindLocale(mixed $observer) : mixed
Parameters
- $observer : mixed
Attributes
- #[Observer]
- 'core_locale_set_locale'
- $area: 'adminhtml'
bindStore()
public
bindStore() : mixed
Attributes
- #[Observer]
- 'adminhtml_controller_action_predispatch_start'
- $id: 'store'
displayBootupWarnings()
public
displayBootupWarnings(mixed $observer) : mixed
Parameters
- $observer : mixed
Attributes
- #[Observer]
- 'controller_action_layout_generate_blocks_before'
- $area: 'adminhtml'
displayRemovedHtml()
Tell the admin which markup the save sanitizer removed. The sanitizer is silent.
public
displayRemovedHtml(Observer $observer) : void
The resource model records the removals on the object. This reports every save path, so a new one needs no call of its own.
Parameters
- $observer : Observer
Attributes
- #[Observer]
- 'model_save_after'
- $area: 'adminhtml'
massactionPrepareKey()
Prepare massaction separated data
public
massactionPrepareKey() : $this
Attributes
- #[Observer]
- 'adminhtml_controller_action_predispatch_start'
- $id: 'massaction'
Return values
$thissetCookieLifetime()
Set the admin's session lifetime based on config
public
setCookieLifetime(Observer $observer) : void
Parameters
- $observer : Observer
Attributes
- #[Observer]
- 'session_before_renew_cookie'