A formatted string.
The string is formatted by replacing placeholders with the values provided.
ICanBoogie\FormattedString
public __construct( string $format, array $args = null, array $options = array() )
$format
$args
$options
Initializes the ICanBoogie\I18n\FormattedString::$format, ICanBoogie\I18n\FormattedString::$args and ICanBoogie\I18n\FormattedString::$options properties.
ICanBoogie\I18n\FormattedString::$format
ICanBoogie\I18n\FormattedString::$args
ICanBoogie\I18n\FormattedString::$options
public __get( $property )
$property
public __toString( void ) : string
Returns the string formatted with the ICanBoogie\I18n\FormattedString::$format function.
protected $format
protected $args
protected $options
public read-only $format : string
String format.
public read-only $args : array
Format arguments.
public read-only $options : array
I18n options.