Class FormattedString
A formatted string.
The string is formatted by replacing placeholders with the values provided.
Direct known subclasses
Methods summary
public
__construct( string $format
, array $args
= null, array $options
= [] )
Initializes the ICanBoogie\I18n\FormattedString::$format
, ICanBoogie\I18n\FormattedString::$args
and ICanBoogie\I18n\FormattedString::$options
properties.
public
__toString( void )
: string
Returns the string formatted with the ICanBoogie\I18n\FormattedString::$format
function.