Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DArrayUtility.php14 * @param array $toPrint
18 public static function formatAsHtmlList(array $toPrint, &$content = ""): string argument
23 ksort($toPrint);
26 foreach ($toPrint as $key => $value) {