PHP Класс eZ\Publish\Core\REST\Server\Input\Parser\Limitation\PathStringRouteBasedLimitationParser

Instances are built with: - The name of a route parameter, that will be searched for limitation values Example: "sectionId" from "/content/section/{sectionId}" - The FQN of the limitation value object that the parser builds
Наследование: extends RouteBasedLimitationParser
Показать файл Открыть проект

Защищенные методы

Метод Описание
parseIdFromHref ( $limitationValue ) : false | mixed Prefixes the value parsed by the parent with a '/'.

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

parseIdFromHref() защищенный Метод

Prefixes the value parsed by the parent with a '/'.
protected parseIdFromHref ( $limitationValue ) : false | mixed
$limitationValue
Результат false | mixed