Class Supplemental
Representation of the "supplemental" section.
<?php use ICanBoogie\CLDR\Supplemental; $supplemental = new Supplemental($repository); echo $supplemental['calendarPreferenceData']['001']; // gregorian
- ICanBoogie\CLDR\Supplemental implements ArrayAccess
Methods summary
public
|
#
__construct(
Initializes the |
public
|
|
public
|
|
public
|
|
public
|
Magic methods summary
Properties summary
protected
|
$repository |
#
Representation of a CLRD repository. |
protected
array
|
$sections |
#
Loaded sections. |