ICloudIdResolver
in
Interface for resolving federated cloud ids
Tags
Attributes
- #[Consumable]
- $since: '32.0.0'
- #[Implementable]
- $since: '32.0.0'
Table of Contents
Methods
- isValidCloudId() : bool
- Check if the input is a correctly formatted cloud id
- resolveCloudId() : ICloudId
Methods
isValidCloudId()
Check if the input is a correctly formatted cloud id
public
isValidCloudId(string $cloudId) : bool
Parameters
- $cloudId : string
Tags
Return values
boolresolveCloudId()
public
resolveCloudId(string $cloudId) : ICloudId
Parameters
- $cloudId : string