| 1 | <?php |
||
| 5 | class Parameters |
||
| 6 | { |
||
| 7 | /** Canonical name for field in additional request parameters containing the list of additional sub-objects */ |
||
| 8 | const SCOPE_INCLUDE = 'include'; |
||
| 9 | |||
| 10 | protected static function consumeParameterValue($params, $scope, $value) |
||
| 17 | |||
| 18 | protected static function parameterValueExists($params, $scope, $value) |
||
| 22 | |||
| 23 | protected static function scopeExists($params, $scope) |
||
| 27 | |||
| 28 | protected static function getScope($params, $scope) |
||
| 35 | } |