struct Athena::Framework::Controller::ArgumentResolver
inherits Struct
#
The default implementation of ATH::Controller::ArgumentResolverInterface
.
Included modules
Athena::Framework::Controller::ArgumentResolverInterface
Constructors#
.new(value_resolvers : Array(Athena::Framework::Controller::ValueResolvers::Interface))
#
Methods#
#get_arguments(request : ATH::Request, route : ATH::ActionBase) : Array
#
Returns an array of arguments resolved from the provided request for the given route.