UserTraderCountrySettingController
in package
implements
IController
Table of Contents
Interfaces
Properties
Methods
- __construct() : mixed
- UserTreadCountrySettingController constructor.
- addUserTraderCountrySettingAction() : object
- showUserTraderCountrySettingByIdAction() : object
- showUserTraderCountrySettingsAction() : object
- showUserTraderCountrySettingsByUserIdAction() : object
- updateUserTraderCountrySettingAction() : object
Properties
$response
private
IResponse
$response
$userTraderCountrySettingService
private
UserTraderCountrySettingService
$userTraderCountrySettingService
Methods
__construct()
UserTreadCountrySettingController constructor.
public
__construct(UserTraderCountrySettingService $userTraderCountrySettingService, IResponse $response) : mixed
Parameters
- $userTraderCountrySettingService : UserTraderCountrySettingService
- $response : IResponse
addUserTraderCountrySettingAction()
public
addUserTraderCountrySettingAction() : object
Return values
objectshowUserTraderCountrySettingByIdAction()
public
showUserTraderCountrySettingByIdAction(int $id) : object
Parameters
- $id : int
Return values
objectshowUserTraderCountrySettingsAction()
public
showUserTraderCountrySettingsAction() : object
Return values
objectshowUserTraderCountrySettingsByUserIdAction()
public
showUserTraderCountrySettingsByUserIdAction(int $userId) : object
Parameters
- $userId : int
Return values
objectupdateUserTraderCountrySettingAction()
public
updateUserTraderCountrySettingAction() : object