You are here

public function RouterMatchEvent::__construct in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony-cmf/routing/Event/RouterMatchEvent.php \Symfony\Cmf\Component\Routing\Event\RouterMatchEvent::__construct()

Parameters

Request $request:

File

vendor/symfony-cmf/routing/Event/RouterMatchEvent.php, line 27

Class

RouterMatchEvent

Namespace

Symfony\Cmf\Component\Routing\Event

Code

public function __construct(Request $request = null) {
  $this->request = $request;
}