Class TerritoryCollection
Representation of a territory collection.
```php <?php
$territories = new TerritoryCollection($cldr);
or
$territories = $cldr->territories;
// check if a territory is defined isset($territories['FR']); // true isset($territories['UnDiFiNeD']); // false
- ICanBoogie\CLDR\TerritoryCollection implements ArrayAccess uses ICanBoogie\Accessor\AccessorTrait (not available) ICanBoogie\CLDR\RepositoryPropertyTrait, ICanBoogie\CLDR\CollectionTrait
Methods summary
public
|
|
public
boolean
|
|
public
|
|
public
|
Methods inherited from ArrayAccess
offsetSet()
,
offsetUnset()