PHP Интерфейс eZ\Publish\Core\MVC\Symfony\SiteAccess\URILexer

This is useful when you have the siteaccess in the URI like "//my/awesome/uri".
Показать файл Открыть проект

Открытые методы

Метод Описание
analyseLink ( string $linkUri ) : string Analyses $linkUri when generating a link to a route, in order to have the siteaccess part back in the URI.
analyseURI ( string $uri ) : string Analyses $uri and removes the siteaccess part, if needed.

Описание методов

analyseURI() публичный Метод

Analyses $uri and removes the siteaccess part, if needed.
public analyseURI ( string $uri ) : string
$uri string The original URI
Результат string The modified URI