Class WebProvider
Retrieves sections from the CLDR source using cURL.
-
ICanBoogie\CLDR\Provider\WebProvider
implements
ICanBoogie\CLDR\Provider
Methods summary
public
__construct( string $origin
= PathMapper::DEFAULT_ORIGIN, string $version
= PathMapper::DEFAULT_VERSION, string $variation
= PathMapper::DEFAULT_VARIATION )
Parameters
$origin
$version
$variation
public
provide( string $key
)
: string
The section path, following the pattern "/
<
section>".
The section path, following the pattern "/
<
section>".
Parameters
Returns
string
Throws
Implementation of