ReportIntentionController
in package
implements
IController
FinalYes
Table of Contents
Interfaces
Properties
Methods
- __construct() : mixed
- ReportIntentionController constructor.
- addReportIntentionAction() : object
- deleteReportIntentionByIdAction() : object
- showFilteredReportIntentionsAction() : object
- showFilteredReportIntentionsByUserIdAction() : object
- updateReportIntentionAction() : object
Properties
$reportIntentionService
private
ReportIntentionService
$reportIntentionService
$request
private
Request
$request
$response
private
IResponse
$response
Methods
__construct()
ReportIntentionController constructor.
public
__construct(ReportIntentionService $reportIntentionService, Request $request, IResponse $response) : mixed
Parameters
- $reportIntentionService : ReportIntentionService
- $request : Request
- $response : IResponse
addReportIntentionAction()
public
addReportIntentionAction() : object
Return values
objectdeleteReportIntentionByIdAction()
public
deleteReportIntentionByIdAction(int $id) : object
Parameters
- $id : int
Return values
objectshowFilteredReportIntentionsAction()
public
showFilteredReportIntentionsAction() : object
Return values
objectshowFilteredReportIntentionsByUserIdAction()
public
showFilteredReportIntentionsByUserIdAction(int $userId) : object
Parameters
- $userId : int
Return values
objectupdateReportIntentionAction()
public
updateReportIntentionAction() : object