Elgg
Version 2.3
|
WARNING: API IN FLUX. More...
Public Member Functions | |
format (array $args) | |
Public Member Functions inherited from Elgg\I18n\MessageTemplate | |
__construct ($template) | |
Constructor. More... | |
format (array $args) | |
Applies the inputs to the message template and returns the result. More... | |
__toString () | |
Get the string template this message uses for translation. More... | |
Additional Inherited Members | |
Protected Attributes inherited from Elgg\I18n\MessageTemplate | |
$template | |
WARNING: API IN FLUX.
DO NOT USE DIRECTLY.
A message that uses vsprintf to insert arguments into the template.
private
Definition at line 13 of file SprintfMessageTemplate.php.
Elgg\I18n\SprintfMessageTemplate::format | ( | array | $args | ) |
Definition at line 15 of file SprintfMessageTemplate.php.