Documentation

UserTraderCountrySettingService
in package

Table of Contents

Properties

$clientRepository  : ClientRepository
$countryRepository  : ICountryRepository
$request  : Request
$traderTypeRepository  : ITraderTypeRepository
$userTraderCountrySettingRepository  : IUserTraderCountrySettingRepository
$userTraderCountrySettingValidator  : UserTraderCountrySettingValidator

Methods

__construct()  : mixed
UserTreadCountrySettingService constructor.
addUserTraderCountrySetting()  : void
getByUserIdAndCountryId()  : UserTraderCountrySetting|null
getUserTraderCountrySettingById()  : UserTraderCountrySetting|null
getUserTraderCountrySettings()  : array<string|int, UserTraderCountrySetting>|null
getUserTraderCountrySettingsByUserId()  : array<string|int, UserTraderCountrySetting>|null
updateUserTraderCountrySetting()  : void

Properties

Methods

__construct()

UserTreadCountrySettingService constructor.

public __construct(IUserTraderCountrySettingRepository $userTreadCountrySettingRepository, UserTraderCountrySettingValidator $userTreadCountrySettingValidator, ITraderTypeRepository $treaderTypeRepository, ICountryRepository $countryRepository, ClientRepository $clientRepository, Request $request) : mixed
Parameters
$userTreadCountrySettingRepository : IUserTraderCountrySettingRepository
$userTreadCountrySettingValidator : UserTraderCountrySettingValidator
$treaderTypeRepository : ITraderTypeRepository
$countryRepository : ICountryRepository
$clientRepository : ClientRepository
$request : Request

        
On this page

Search results