RestUserVatController
in package
implements
IController
Class RestUserVatController
Table of Contents
Interfaces
Properties
Methods
- __construct() : mixed
- RestUserVatController constructor.
- vatCountriesAction() : array<string|int, mixed>
Properties
$countryService
private
CountryService
$countryService
$userVatService
private
UserVatService
$userVatService
Methods
__construct()
RestUserVatController constructor.
public
__construct(CountryService $countryService, UserVatService $userVatService) : mixed
Parameters
- $countryService : CountryService
- $userVatService : UserVatService
vatCountriesAction()
public
vatCountriesAction(int $userId) : array<string|int, mixed>
Parameters
- $userId : int