public function RouterMatchEvent::getRequest 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::getRequest()
Return value
Request | null
File
- vendor/
symfony-cmf/ routing/ Event/ RouterMatchEvent.php, line 35
Class
Namespace
Symfony\Cmf\Component\Routing\EventCode
public function getRequest() {
return $this->request;
}