RouterMatch

class RouterMatch
property $controller

Controller name (via to route parameter)

property $action

Controller action (via to route parameter)

property $args

Associative array with variables from matched pattern.

property $format

Requested format or false if no extension was specified.

property $options

User-defined options set on the route.

In practice this is all the options passed to addRroute except:

  • _format
  • as
  • except
  • only
  • to