Searched refs:htmlEncodedAmp (Results 1 – 1 of 1) sorted by relevance
117 private function addVersionToUrl(string $url, string $version, bool $htmlEncodedAmp = true): string argument120 $sep = strpos($url, '?') === false ? '?' : ($htmlEncodedAmp ? '&' : '&');