Class Region

Description

Describes a Geographic Region

  • author: Pascal (Meta) Havelange - havelangep@hotmail.com
  • copyright: Copyright 2008, Pascal (Meta) Havelange, All rights reserved

Located in /lib/Tariqa/Region.class.php (line 8)


	
			
Variable Summary
string $comments
Country[] $countries
boolean $is_sub_region
string $name
Variables
string $comments (line 26)

Comments

  • access: public
Country[] $countries (line 40)

List of countries belonging to the Region

ATTENTION: if is_sub_region is true, then countries will contain only one item: the parent country

  • access: public
boolean $is_sub_region (line 33)

If false, it indicates that the region is a group of countries (I.e. Middle East, Balkans are regions composed of several countries)

If true, the region is a portion of a country (I.e. Kosovo 'belongs' to Serbia, Palestine 'belongs' to Israƫl)

  • access: public
string $name (line 20)

Name of the region in english

  • access: public
int $region_id (line 14)

Id of the region

  • access: public

Documentation generated on Mon, 30 Mar 2009 16:36:25 +0200 by phpDocumentor 1.4.1