Exemple #1
0
 /**
  *	Return list of countries indexed by ISO 3166-1 country code
  *	@return array
  **/
 function countries()
 {
     return Instance::constants($this, 'CC_');
 }