Method |
Description |
|
__construct ( CollectionsManager $CollectionsManager, FieldManager $FieldManager ) |
Construct a new Response Handler used by dvs_pages |
|
renameInstance ( integer $pageVersionId, integer $collectionInstanceId, array $input ) : void |
Renames the instance with a better, faster, more improved name. |
|
requestDeleteInstance ( integer $collectionInstanceId ) : void |
Remove the collection instance from the database |
|
requestStoreInstance ( integer $pageVersionId, integer $collectionSetId, array $input ) : instance |
Stores the instance with given pageversion and collection set ids |
|
updateCollectionInstanceField ( [type] $fieldId, [type] $input ) : [type] |
Update the collection instance field |
|
updateSortOrder ( integer $pageVersionId, integer $collectionSetId, array $input ) : array |
Updates the sort order for a given instance |
|