IRegistry
Tags
Table of Contents
- delegateGetSupportedApps() : array
- Fetches the list of app IDs that are supported by the subscription
- delegateHasExtendedSupport() : bool
- Indicates if the subscription has extended support
- delegateHasValidSubscription() : bool
- Indicates if a valid subscription is available
- register() : void
- Register a subscription instance. In case it is called multiple times the first one is used.
Methods
delegateGetSupportedApps()
Fetches the list of app IDs that are supported by the subscription
public
delegateGetSupportedApps() : array
Tags
Return values
array —delegateHasExtendedSupport()
Indicates if the subscription has extended support
public
delegateHasExtendedSupport() : bool
Tags
Return values
bool —delegateHasValidSubscription()
Indicates if a valid subscription is available
public
delegateHasValidSubscription() : bool
Tags
Return values
bool —register()
Register a subscription instance. In case it is called multiple times the first one is used.
public
register(ISubscription $subscription) : void
Parameters
- $subscription : ISubscription