Renamed CMS_RESPONSE.call_..hook with invoke_..._hook Renamed CMS_HOOK_VALUE_ALTER as CMS_HOOK_VALUE_TABLE_ALTER Renamed CMS_HOOK_MENU_ALTER as CMS_HOOK_MENU_SYSTEM_ALTER Added new CMS_HOOK_MENU_ALTER that acts on CMS_MENU object. Cosmetic, comments.
22 lines
315 B
Plaintext
22 lines
315 B
Plaintext
note
|
|
description: "[
|
|
Hook providing a way to alter a menu
|
|
]"
|
|
date: "$Date$"
|
|
|
|
deferred class
|
|
CMS_HOOK_MENU_ALTER
|
|
|
|
inherit
|
|
CMS_HOOK
|
|
|
|
feature -- Hook
|
|
|
|
menu_alter (a_menu: CMS_MENU; a_response: CMS_RESPONSE)
|
|
-- Hook execution on menu `a_menu'
|
|
-- for related response `a_response'.
|
|
deferred
|
|
end
|
|
|
|
end
|