eZ\Publish\Core\MVC\Symfony\SiteAccess\SiteAccessRouterInterface::match PHP Method

match() public method

Performs SiteAccess matching given the $request.
public match ( SimplifiedRequest $request ) : SiteAccess
$request eZ\Publish\Core\MVC\Symfony\Routing\SimplifiedRequest
return eZ\Publish\Core\MVC\Symfony\SiteAccess
    public function match(SimplifiedRequest $request);
SiteAccessRouterInterface