Searched refs:sprintfArgs (Results 1 – 1 of 1) sorted by relevance
450 public function err(string $langKey, array $sprintfArgs = []): string argument453 if ($sprintfArgs) {454 $sprintfArgs = array_map('hsc', $sprintfArgs);455 $txt = vsprintf($txt, $sprintfArgs);