Overview

Namespaces

  • Autarky
    • Config
      • Loaders
    • Console
    • Container
      • Exception
      • Factory
      • Proxy
    • Database
    • Errors
    • Events
    • Files
    • Http
    • Logging
    • Providers
    • Routing
      • Events
    • Testing
    • TwigTemplating
      • Extensions
    • Utils

Classes

  • AbstractRouteEvent
  • AfterEvent
  • BeforeEvent
  • RouteMatchedEvent
  • Overview
  • Namespace
  • Class

Class RouteMatchedEvent

Event that is fired when an URL is matched with a route.

Symfony\Component\EventDispatcher\Event
Extended by Autarky\Routing\Events\AbstractRouteEvent
Extended by Autarky\Routing\Events\RouteMatchedEvent
Namespace: Autarky\Routing\Events
Located at Routing/Events/RouteMatchedEvent.php
Methods summary
public
# setRoute( Autarky\Routing\Route $route )

Set the route, replacing the original one.

Set the route, replacing the original one.

Parameters

$route
Methods inherited from Autarky\Routing\Events\AbstractRouteEvent
__construct(), getRequest(), getRoute()
Properties inherited from Autarky\Routing\Events\AbstractRouteEvent
$request, $route
Autarky Framework API documentation generated by ApiGen