RestCountryController
in package
implements
IController
Table of Contents
Interfaces
Properties
Methods
- __construct() : mixed
- RestCountryController constructor.
- getAction() : array<string|int, mixed>
- getAllAction() : array<string|int, mixed>
- getByCustomListAction() : array<string|int, mixed>
- custom list in config file
- getByEuMemberAction() : array<string|int, mixed>
- getVatTypesAction() : array<string|int, mixed>
Properties
$countryService
private
CountryService
$countryService
Methods
__construct()
RestCountryController constructor.
public
__construct(CountryService $countryService) : mixed
Parameters
- $countryService : CountryService
getAction()
public
getAction(mixed $countryId) : array<string|int, mixed>
Parameters
- $countryId : mixed
Tags
Return values
array<string|int, mixed>getAllAction()
public
getAllAction() : array<string|int, mixed>
Return values
array<string|int, mixed>getByCustomListAction()
custom list in config file
public
getByCustomListAction() : array<string|int, mixed>
Return values
array<string|int, mixed>getByEuMemberAction()
public
getByEuMemberAction() : array<string|int, mixed>
Return values
array<string|int, mixed>getVatTypesAction()
public
getVatTypesAction() : array<string|int, mixed>