Interfaces, Classes, Traits and Enums
- DataSrcInterface
Table of Contents
-
MIEMBROS_UE
= ['DE', 'AT', 'BE', 'BG', 'CZ', 'CY', 'HR', 'DK', 'SK', 'SI', 'EE', 'FI', 'FR', 'GR', 'HU', 'IE', 'IT', 'LV', 'LT', 'LU', 'MT', 'NL', 'PL', 'PT', 'RO', 'SE', 'GB', 'ES']
-
$list
: mixed
-
all()
: array<string|int, Pais>
-
clear()
: void
-
codeModel()
: array<string|int, mixed>
-
get()
: Pais
-
miembroUE()
: bool
-
miembroUEbyIso()
: bool
MIEMBROS_UE
public
mixed
MIEMBROS_UE
= ['DE', 'AT', 'BE', 'BG', 'CZ', 'CY', 'HR', 'DK', 'SK', 'SI', 'EE', 'FI', 'FR', 'GR', 'HU', 'IE', 'IT', 'LV', 'LT', 'LU', 'MT', 'NL', 'PL', 'PT', 'RO', 'SE', 'GB', 'ES']
$list
private
static mixed
$list
all()
public
static all() : array<string|int, Pais>
Return values
array<string|int, Pais>
—
clear()
public
static clear() : void
Return values
void
—
codeModel()
public
static codeModel([bool $addEmpty = true ]) : array<string|int, mixed>
Parameters
-
$addEmpty
: bool
= true
-
Return values
array<string|int, mixed>
—
get()
public
static get(string $code) : Pais
Parameters
-
$code
: string
-
Return values
Pais
—
miembroUE()
public
static miembroUE(mixed $codpais) : bool
Parameters
-
$codpais
: mixed
-
Return values
bool
—
miembroUEbyIso()
public
static miembroUEbyIso(mixed $iso) : bool
Parameters
-
$iso
: mixed
-
Return values
bool
—