General
Getting & Giving Support
Administration
Design
- Tut. - Layouts and Themes
- Tut. - Navigation cookbook
- Tut. - How To section
Reference Material
Plugin Development
- Tut. - Writing a plugin
- Ref. - List of Events
- Ref. - Enabling cron jobs
- Ref. - PHPDoc
Core Development
- Ref. - PHPDoc
Press information
Wolf CMS books section
Introducción
El sistema de eventos de Wolf CMS, también conocido como el sistema observador, posee una cantidad de eventos que seguirá creciendo a lo largo del tiempo.
Aquí se muestra una lista de los eventos con sus parámetros respectivos, actualizados para Wolf CMS 0.6.0:
Observer::notify('admin_after_logout', $username); Observer::notify('admin_login_failed', $data['username']); Observer::notify('admin_login_success', $data['username']); Observer::notify('comment_after_add', $comment); Observer::notify('comment_after_approve', $comment); Observer::notify('comment_after_delete', $comment); Observer::notify('comment_after_edit', $comment); Observer::notify('comment_after_unapprove', $comment); Observer::notify('cron_run'); Observer::notify('layout_after_add', $layout); Observer::notify('layout_after_edit', $layout); Observer::notify('layout_after_edit', $layout); Observer::notify('page_add_after_save', $page); Observer::notify('page_before_execute_layout'); Observer::notify('page_delete', $page); Observer::notify('page_edit_after_save', $page); Observer::notify('page_found', $page); Observer::notify('page_not_found'); Observer::notify('page_requested', $uri); Observer::notify('view_page_edit_plugins', $page); Observer::notify('view_page_edit_popup', $page); Observer::notify('view_page_edit_tabs', $page); Observer::notify('view_page_after_edit_tabs', $page); Observer::notify('part_edit_after_save', $part); Observer::notify('plugin_after_disable', $plugin); Observer::notify('plugin_after_enable', $plugin); Observer::notify('plugin_after_uninstall', $plugin); Observer::notify('view_backend_list_plugin', $plugin_name, $plugin); Observer::notify('snippet_after_add', $snippet); Observer::notify('snippet_after_delete', $snippet); Observer::notify('snippet_after_edit', $snippet); Observer::notify('user_after_add', $user->name); Observer::notify('user_after_delete', $user->name); Observer::notify('user_after_edit', $user->name);
Except where otherwise noted, content on this wiki is licensed under the following license:GNU Free Documentation License 1.2