eZ\Publish\Core\MVC\Symfony\SiteAccess\VersatileMatcher::reverseMatch PHP Méthode

reverseMatch() public méthode

Note: VersatileMatcher objects always receive a request with cleaned up pathinfo (i.e. no SiteAccess part inside).
public reverseMatch ( string $siteAccessName ) : eZ\Publish\Core\MVC\Symfony\SiteAccess\VersatileMatcher | null
$siteAccessName string
Résultat eZ\Publish\Core\MVC\Symfony\SiteAccess\VersatileMatcher | null Typically the current matcher, with updated request.
    public function reverseMatch($siteAccessName);