CountryRepository
extends Injectable
Table of Contents
Methods
-
getAllEuCountry()
: Simple|null
-
getAllEuCountryByList()
: Simple|null
-
getAllEuCountryExcludeById()
: Simple|null
-
getCountryListByIdList()
: Simple|null
-
getCountryListByTwoList()
: Simple|null
-
getEuCountryListWhereUserHasUserVat()
: Simple|null
getAllEuCountry()
public
getAllEuCountry() : Simple|null
Return values
Simple|null
getAllEuCountryByList()
public
getAllEuCountryByList([array<string|int, mixed> $idList = [] ]) : Simple|null
Parameters
-
$idList
: array<string|int, mixed>
= []
-
Return values
Simple|null
getAllEuCountryExcludeById()
public
getAllEuCountryExcludeById([array<string|int, mixed> $exclude = [] ]) : Simple|null
Parameters
-
$exclude
: array<string|int, mixed>
= []
-
Return values
Simple|null
getCountryListByIdList()
public
getCountryListByIdList([array<string|int, mixed> $idList = [] ]) : Simple|null
Parameters
-
$idList
: array<string|int, mixed>
= []
-
Return values
Simple|null
getCountryListByTwoList()
public
getCountryListByTwoList([array<string|int, mixed> $twoList = [] ]) : Simple|null
Parameters
-
$twoList
: array<string|int, mixed>
= []
-
Return values
Simple|null
getEuCountryListWhereUserHasUserVat()
public
getEuCountryListWhereUserHasUserVat(int $userId) : Simple|null
Parameters
-
$userId
: int
-
Return values
Simple|null