Skip to content

struct Athena::Framework::Controller::ArgumentResolver
inherits Struct #

The default implementation of ATH::Controller::ArgumentResolverInterface.

Included modules

Athena::Framework::Controller::ArgumentResolverInterface

Constructors#

Methods#

#get_arguments(request : ATH::Request, route : ATH::ActionBase) : Array#

Returns an array of arguments resolved from the provided request for the given route.

View source