PHP Class 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
Inheritance: extends RouteBasedLimitationParser
Datei anzeigen Open project: ezsystems/ezpublish-kernel

Protected Methods

Method Description
parseIdFromHref ( $limitationValue ) : false | mixed Prefixes the value parsed by the parent with a '/'.

Method Details

parseIdFromHref() protected method

Prefixes the value parsed by the parent with a '/'.
protected parseIdFromHref ( $limitationValue ) : false | mixed
$limitationValue
return false | mixed