FieldManager
class FieldManager
A field manager has the responsibilty of managing fields in the database.
Methods
__construct(DvsField $Field, DvsGlobalField $GlobalField, FieldsRepository $FieldsRepository, Framework $Framework)
Construct a new Field Manager
DvsField
updateField(integer $fieldId, array $input)
Updates the field
DvsField
resetField($fieldId, $scope)
Reset field values
bool
markNoContentRequested(array $fieldIds)
Sets a series of fields content requested to false
Details
at line 40
__construct(DvsField $Field, DvsGlobalField $GlobalField, FieldsRepository $FieldsRepository, Framework $Framework)
Construct a new Field Manager
at line 55
DvsField
updateField(integer $fieldId, array $input)
Updates the field
at line 88
DvsField
resetField($fieldId, $scope)
Reset field values
at line 106
bool
markNoContentRequested(array $fieldIds)
Sets a series of fields content requested to false