| Methods |
public
|
__construct(string $realm)
Creates a new ArrayWrapper over an underlying array
Creates a new ArrayWrapper over an underlying array
Parameters
| $realm |
the underlying array
|
Overrides
|
#
|
public
|
getRealm(): string
|
#
|
public
|
getServices(): XRDSServices
Returns the discovered XRDS services.
Returns the discovered XRDS services.
Note that these discovered services may not be current. The time
discovery was last made can be obtained from getDiscoveryTime() .
Returns
the XRDS services or null
|
#
|
public
|
getDiscoveryTime(): int
Returns the time when discovery was most recently performed.
Returns the time when discovery was most recently performed.
Returns
the time, or 0 if discovery was never performed for this
relying party
|
#
|
public
|
discover(): void
Performs XRDS discovery on this relying party.
Performs XRDS discovery on this relying party.
|
#
|
protected
static
|
getDiscoveryURL(string $realm): string
Returns the URL of a relying party endpoint for a specified realm. This URL
is used to discover services associated with the realm.
Returns the URL of a relying party endpoint for a specified realm. This URL
is used to discover services associated with the realm.
If the realm's domain contains the wild-card characters "*.", this is substituted
with "www.".
Parameters
Returns
|
#
|
public
static
|
buildID(string $realm): string
|
#
|
public
|
getStoreID()
Returns the unique item ID for this object.
Returns the unique item ID for this object.
Returns
Overrides
|
#
|
public
|
setStoreID($id)
Sets the unique item ID for this object
Sets the unique item ID for this object
The ID should be:
- unique for all items of this type; and
- able to be used as a file name.
Parameters
| $id |
the ID for this object
|
Overrides
|
#
|
public
|
getDisplayName()
Returns the plain-text display name for this client.
Returns the plain-text display name for this client.
Returns
Overrides
|
#
|
public
|
getDisplayHTML()
Returns the HTML display name for this client.
Unlike getDisplayName() , the string returned by this
method can have HTML formatting.
Returns the HTML display name for this client.
Unlike getDisplayName() , the string returned by this
method can have HTML formatting.
Returns
Overrides
|
#
|