Pionia Core

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

retrieveAction()

Retrieve a single item from the table You can use `details` as an alias for this method

public retrieveAction() : BaseResponse
Tags
throws
Exception
Return values
BaseResponse

        
On this page

Search results