RetrieveMixin
This mixin adds the retrieve method to the class that uses it.
Retrieve returns one item from the database depending on primary key field specified
Table of Contents
Methods
- detailsAction() : BaseResponse
- Alias for the `retrieve` action
- retrieveAction() : BaseResponse
- Retrieve a single item from the table You can use `details` as an alias for this method
Methods
detailsAction()
Alias for the `retrieve` action
public
detailsAction() : BaseResponse
Tags
Return values
BaseResponseretrieveAction()
Retrieve a single item from the table You can use `details` as an alias for this method
public
retrieveAction() : BaseResponse