CreateMixin
This mixin adds the create functionality to the service.
Table of Contents
Methods
- createAction() : BaseResponse
- Create a new item in the table You can use `save` as an alias for this method
- saveAction() : BaseResponse
- Alias for the `create` action
Methods
createAction()
Create a new item in the table You can use `save` as an alias for this method
public
createAction() : BaseResponse
Tags
Return values
BaseResponsesaveAction()
Alias for the `create` action
public
saveAction() : BaseResponse