Elgg  Version 2.3
SprintfMessageTemplate.php
Go to the documentation of this file.
1 <?php
2 namespace Elgg\I18n;
3 
15  public function format(array $args) {
16  return \vsprintf($this->template, $args);
17  }
18 }
$args
Some servers don&#39;t allow PHP to check the rewrite, so try via AJAX.
var vsprintf
Definition: sprintf.js:180
WARNING: API IN FLUX.