Ecma\Intl\Locale\TextInfo
- class Ecma\Intl\Locale\TextInfo
TextInfo represents typesetting information for the locale.
- property direction Ecma\Intl\Locale\CharacterDirection, readonly
The character direction of the locale.
- __construct($direction)
- Parameters:
$direction (
Ecma\Intl\Locale\CharacterDirection
) – The character direction of the locale.
- jsonSerialize() object
Returns an object of TextInfo properties and their values, suitable for serializing to JSON.