Elgg  Version 1.11
Public Member Functions | List of all members
Elgg\I18n\SprintfMessageTemplate Class Reference

WARNING: API IN FLUX. More...

Inheritance diagram for Elgg\I18n\SprintfMessageTemplate:
Elgg\I18n\MessageTemplate

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
 

Detailed Description

WARNING: API IN FLUX.

DO NOT USE DIRECTLY.

A message that uses vsprintf to insert arguments into the template.

Since
1.11

private

Definition at line 13 of file SprintfMessageTemplate.php.

Member Function Documentation

Elgg\I18n\SprintfMessageTemplate::format ( array  $args)

Definition at line 15 of file SprintfMessageTemplate.php.


The documentation for this class was generated from the following file: