class FieldsResponseHandler

Methods

__construct(FieldManager $Manager)

Construct new response handler

json
requestUpdate(integer $fieldId, array $input)

Update field, creates a new version of the field this returns json

json
requestReset($fieldId, $scope)

Resets a fields values

Details

at line 20
__construct(FieldManager $Manager)

Construct new response handler

Parameters

FieldManager $Manager

at line 33
json requestUpdate(integer $fieldId, array $input)

Update field, creates a new version of the field this returns json

Parameters

integer $fieldId
array $input

Return Value

json

at line 55
json requestReset($fieldId, $scope)

Resets a fields values

Parameters

$fieldId
$scope

Return Value

json