| 1 | <?php |
||
| 18 | class PathStringRouteBasedLimitationParser extends RouteBasedLimitationParser |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * Prefixes the value parsed by the parent with a '/'. |
||
| 22 | * |
||
| 23 | * @throws \eZ\Publish\Core\REST\Common\Exceptions\Parser if the '_href' attribute doesn't end with a slash, since 6.4 |
||
| 24 | * |
||
| 25 | * @param $limitationValue |
||
| 26 | * |
||
| 27 | * @return false|mixed |
||
| 28 | */ |
||
| 29 | protected function parseIdFromHref($limitationValue) |
||
| 37 | } |
||
| 38 |