| 1 | <?php |
||
| 9 | class SectionLimitation extends BaseLimitationParser |
||
| 10 | { |
||
| 11 | |||
| 12 | /** |
||
| 13 | * Returns the name of the id variable in the href of a limitation value. |
||
| 14 | * Example: the ID of the Section in /content/sections/{contentId} is 'contentId'. |
||
| 15 | * @return string |
||
| 16 | */ |
||
| 17 | protected function getLimitationValueHrefIdName() |
||
| 21 | |||
| 22 | /** |
||
| 23 | * Returns the limitation object the parser handles. |
||
| 24 | * @return \eZ\Publish\API\Repository\Values\User\Limitation A Limitation value object |
||
| 25 | */ |
||
| 26 | protected function buildLimitationObject() |
||
| 30 | } |
||
| 31 |