Class LocalizedObject
Representation of a localized object.
Direct known subclasses
Methods summary
public static
|
|
public
|
#
__construct( mixed $target,
Initializes the $target], {@link $locale, and |
public
mixed
|
#
__get( string $property )
Support for the |
abstract protected
mixed
|
Magic methods summary
Properties summary
protected
mixed
|
$target |
#
The object to localize. |
protected
|
$locale |
#
The locale used by the formatter. |
protected
array
|
$options |
#
Options. |
Magic properties
public read-only
mixed
|
$target |
|
#
The object to localize. |
public read-only
|
$locale |
|
#
The locale used by the formatter. |
public read-only
mixed
|
$formatter |
|
#
The formatter used to format the target object. |