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