Searched refs:RELATIVE_URL_SCHEMES (Results 1 – 1 of 1) sorted by relevance
72 const RELATIVE_URL_SCHEMES = ["http", "https"]; define in ComboStrap\\Web\\Url842 if (!in_array($scheme, self::RELATIVE_URL_SCHEMES) && $scheme !== null) {