Home
last modified time | relevance | path

Searched refs:sprintfArgs (Results 1 – 1 of 1) sorted by relevance

/plugin/dwtimeline/syntax/
H A Ddwtimeline.php450 public function err(string $langKey, array $sprintfArgs = []): string argument
453 if ($sprintfArgs) {
454 $sprintfArgs = array_map('hsc', $sprintfArgs);
455 $txt = vsprintf($txt, $sprintfArgs);