Skip to content

class Athena::Framework::Events::Request
inherits Athena::EventDispatcher::Event #

Emitted very early in the request's life-cycle; before the corresponding ATH::Action (if any) has been resolved.

This event can be listened on in order to:

Note

If your listener logic requires that the the corresponding ATH::Action has been resolved, use ATH::Events::Action instead.

See the Getting Started docs for more information.