module Athena::Framework::Controller::ArgumentResolverInterface
#
Responsible for resolving the arguments that will be passed to a controller action.
See the Getting Started docs for more information.
Direct including types
Athena::Framework::Controller::ArgumentResolver
Methods#
abstract #get_arguments(request : ATH::Request, route : ATH::ActionBase) : Array
#
Returns an array of arguments resolved from the provided request for the given route.