expGeo

define

"BASE" "../../.."

package

Subsystems

Methods

exdoc List all Countries in the Geo Database. Returns an array of country objects.

listAllCountriesOnly() : array
static
node

Subsystems:expGeo

Response

array

exdoc List all Regions in the Geo Database. Returns an array of regions

listAllRegions() : array
static
node

Subsystems:expGeo

Response

array

exdoc List active Countries and Regions in the Geo Database. Returns a two-tiered array of countries and regions.

listCountriesAndRegions() : array
static
node

Subsystems:expGeo

Response

array

exdoc List active Countries in the Geo Database. Returns an array of country objects.

listCountriesOnly() : array
static
node

Subsystems:expGeo

Response

array

exdoc List active Regions for a specific Country. Returns an array of region objects.

listRegions(integer $country_id, null $include_blank = null) : array
static
node

Subsystems:expGeo

Arguments

$country_id

integer

The id of the country to get regions for

$include_blank

null

Response

array