ri > AbstractController::Callbacks::ClassMethods

AbstractController::Callbacks::ClassMethods

(from /home/chedong/.local/share/rdoc)


🚀 Quick Reference

Use Case Command Description
✅ Define a callback before an action before_action :method Register a callback to run before controller actions.
✅ Define a callback after an action after_action :method Register a callback to run after controller actions.
✅ Define a callback around an action around_action :method Register a callback that wraps controller actions.
✅ Skip a before callback skip_before_action :method Remove a previously registered before callback.
✅ Skip an after callback skip_after_action :method Remove a previously registered after callback.
✅ Skip an around callback skip_around_action :method Remove a previously registered around callback.
✅ Prepend a before callback prepend_before_action :method Add a before callback to the beginning of the callback chain.
✅ Prepend an after callback prepend_after_action :method Add an after callback to the beginning of the callback chain.
✅ Prepend an around callback prepend_around_action :method Add an around callback to the beginning of the callback chain.
✅ Append a before callback append_before_action :method Add a before callback to the end of the callback chain.
✅ Append an after callback append_after_action :method Add an after callback to the end of the callback chain.
✅ Append an around callback append_around_action :method Add an around callback to the end of the callback chain.

📘 Instance methods

AbstractController::Callbacks::ClassMethods
AbstractController::Callbacks::ClassMethods 🚀 Quick Reference 📘 Instance methods

Generated by phpman v4.9.26-1-g511901d · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-27 18:53 @216.73.216.199
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 Transitional!Valid CSS!
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format