Searched refs:filtermap (Results 1 – 1 of 1) sorted by relevance
80 * @param array|null $filtermap Associative array of ($key => $mapping), null for all tuples85 public static function parseTuples(string $record, ?array $filtermap = null): array argument103 if (is_array($filtermap)) {104 if (!isset($filtermap[$key])) continue;105 $mapped = $filtermap[$key];