BaseRequisite extends DataProvider
AbstractYes
Table of Contents
Methods
- getCountryIdByRegion() : int
- getFields() : array<string|int, mixed>
- Returns list of value names for this Provider.
- getValue() : mixed
- Returns value by its name.
Methods
getCountryIdByRegion()
public
static getCountryIdByRegion(string $region) : int
Parameters
- $region : string
Return values
intgetFields()
Returns list of value names for this Provider.
public
getFields() : array<string|int, mixed>
Return values
array<string|int, mixed>getValue()
Returns value by its name.
public
getValue(string $name) : mixed
Parameters
- $name : string