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
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

보호된 메소드들

메소드 설명
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