Files
ROC/modules/sitemap/cms_sitemap_hook.e

20 lines
284 B
Plaintext

note
description: "Hook provided by module {CMS_RECENT_CHANGES_MODULE}."
date: "$Date$"
revision: "$Revision$"
deferred class
CMS_SITEMAP_HOOK
inherit
CMS_HOOK
feature -- Invocation
populate_sitemap (a_sitemap: CMS_SITEMAP)
-- Populate `a_sitemap`.
deferred
end
end