19 declare(strict_types=1);
40 $type = (string) (
$parts[0] ??
'');
64 if (!$with_parameters) {
69 $link = $parameter->appendToLink($link);
80 protected function appendParameter(
string $link,
string $key,
string $value): string
82 $uri =
new URI($link);
83 return (
string) $uri->withParameter($key, $value);
appendParameter(string $link, string $key, string $value)
if($clientAssertionType !='urn:ietf:params:oauth:client-assertion-type:jwt-bearer'|| $grantType !='client_credentials') $parts
static _getStaticLink(?int $a_ref_id, string $a_type='', bool $a_fallback_goto=true, string $append="")
getResolvedLink(bool $with_parameters=true)
TODO: should be refactored to use URI data object everywhere.
getStaticLink(int $ref_id, string $type)
Immutable class for internal Web Link items.
Immutable class for Web Link items.