eZ\Publish\Core\MVC\Symfony\SiteAccess\VersatileMatcher::reverseMatch PHP 메소드

reverseMatch() 공개 메소드

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
리턴 eZ\Publish\Core\MVC\Symfony\SiteAccess\VersatileMatcher | null Typically the current matcher, with updated request.
    public function reverseMatch($siteAccessName);