class ResponseHandler
Handle responses for collection instances
Methods
|
__construct(CollectionsManager $CollectionsManager)
Construct a new Response Handler used by dvs_pages |
||
| instance |
requestStoreInstance(integer $pageVersionId, integer $collectionSetId, array $input)
Stores the instance with given pageversion and collection set ids |
|
| array |
updateSortOrder(integer $pageVersionId, integer $collectionSetId, array $input)
Updates the sort order for a given instance |
|
| void |
renameInstance(integer $pageVersionId, integer $collectionInstanceId, array $input)
Renames the instance with a better, faster, more improved name. |
|
| void |
requestDeleteInstance(integer $collectionInstanceId)
Remove the collection instance from the database |
Details
at line 20
public
__construct(CollectionsManager $CollectionsManager)
Construct a new Response Handler used by dvs_pages
at line 33
public instance
requestStoreInstance(integer $pageVersionId, integer $collectionSetId, array $input)
Stores the instance with given pageversion and collection set ids
at line 60
public array
updateSortOrder(integer $pageVersionId, integer $collectionSetId, array $input)
Updates the sort order for a given instance
at line 78
public void
renameInstance(integer $pageVersionId, integer $collectionInstanceId, array $input)
Renames the instance with a better, faster, more improved name.
at line 89
public void
requestDeleteInstance(integer $collectionInstanceId)
Remove the collection instance from the database