UpdateMixin
This mixin adds the update functionality to the service.
Table of Contents
Methods
- editAction() : BaseResponse
- Alias for the `update` action
- updateAction() : BaseResponse
- Update an item in the table You can use `edit` as an alias for this method
Methods
editAction()
Alias for the `update` action
public
editAction() : BaseResponse
Tags
Return values
BaseResponseupdateAction()
Update an item in the table You can use `edit` as an alias for this method
public
updateAction() : BaseResponse