Class LocalizedObject
Representation of a localized object.
- ICanBoogie\CLDR\LocalizedObject uses ICanBoogie\Accessor\AccessorTrait (not available) ICanBoogie\CLDR\LocalePropertyTrait
Direct known subclasses
ICanBoogie\CLDR\LocalizedListFormatter
,
ICanBoogie\CLDR\LocalizedLocale
,
ICanBoogie\CLDR\LocalizedNumberFormatter
,
ICanBoogie\CLDR\LocalizedObjectWithFormatter
,
ICanBoogie\CLDR\LocalizedTerritory
Indirect known subclasses
ICanBoogie\CLDR\LocalizedCurrency
,
ICanBoogie\CLDR\LocalizedDateTime
Methods summary
public static
from( object $source
, ICanBoogie\CLDR\Locale
$locale
, array $options
= [] )
: ICanBoogie\CLDR\LocalizedObject
Creates a localized instance from the specified source and location.
public
__construct( object $target
, ICanBoogie\CLDR\Locale
$locale
, array $options
= [] )
Initializes the ICanBoogie\CLDR\LocalizedObject::$target
, $locale, and ICanBoogie\CLDR\LocalizedObject::$options
properties.