EntryListController
in package
implements
IController
Table of Contents
Interfaces
Properties
Methods
- __construct() : mixed
- getEntryListByUserIdAction() : object
Properties
$entryService
private
EntryService
$entryService
$request
private
Request
$request
$response
private
IResponse
$response
Methods
__construct()
public
__construct(Request $request, IResponse $response, EntryService $entryService) : mixed
Parameters
- $request : Request
- $response : IResponse
- $entryService : EntryService
getEntryListByUserIdAction()
public
getEntryListByUserIdAction(int $userId) : object
Parameters
- $userId : int