public function RouterMatchEvent::__construct in Zircon Profile 8
Same name and namespace in other branches
- 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
Namespace
Symfony\Cmf\Component\Routing\EventCode
public function __construct(Request $request = null) {
$this->request = $request;
}