CalculateTotalCountAction implements Action
FinalYes
Table of Contents
Interfaces
- Action
- Object of a single grid action.
Methods
- __construct() : mixed
- getId() : string
- Action's id.
- processRequest() : Result|null
- Request processing.
Methods
__construct()
public
__construct(Closure $calculator, PageNavigation $pagination) : mixed
Parameters
- $calculator : Closure
- $pagination : PageNavigation
getId()
Action's id.
public
static getId() : string
Tags
Return values
stringprocessRequest()
Request processing.
public
processRequest(HttpRequest $request) : Result|null
Parameters
- $request : HttpRequest
Tags
Return values
Result|null —null
is returned if the action does not have a handler, or the action cannot return the result object.