Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DArrayUtility.php85 * @param array $flatArray - the returned flat array
88 public static function toFlatArray(array &$flatArray, $value) argument
92 self::toFlatArray($flatArray, $subImageValue);
95 $flatArray[] = $value;