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
Afficher le fichier Open project: ezsystems/ezpublish-kernel

Méthodes protégées

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

Method Details

parseIdFromHref() protected méthode

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