A collection of discovered XRDS services.
The collection can be queried using the getByType() and getById() functions.
| Methods | ||
|---|---|---|
public
|
add(array<string, mixed> $service, bool $sort = true): void
|
# |
public
|
getLength(): int
|
# |
public
|
getByType(string $type): array<array<string, mixed>>
|
# |
public
|
getById(string $id): array<string, mixed>|null
|
# |
public
static
|
sortByPriority(array<string, mixed> $a, array<string, mixed> $b): int
|
# |