Nextcloud PHP API (master)

ISupportedApps extends ISubscription

Tags
since
17.0.0

Table of Contents

Methods

getSupportedApps()  : array<string|int, mixed>
Fetches the list of app IDs that are supported by the subscription
hasExtendedSupport()  : bool
Indicates if the subscription has extended support
hasValidSubscription()  : bool
Indicates if a valid subscription is available
isHardUserLimitReached()  : bool
Indicates if a hard user limit is reached and no new users should be created

Methods

getSupportedApps()

Fetches the list of app IDs that are supported by the subscription

public getSupportedApps() : array<string|int, mixed>
Tags
since
17.0.0
Return values
array<string|int, mixed>

hasExtendedSupport()

Indicates if the subscription has extended support

public hasExtendedSupport() : bool
Tags
since
17.0.0
Return values
bool

hasValidSubscription()

Indicates if a valid subscription is available

public hasValidSubscription() : bool
Tags
since
17.0.0
Return values
bool

isHardUserLimitReached()

Indicates if a hard user limit is reached and no new users should be created

public isHardUserLimitReached() : bool
Tags
since
21.0.0
Return values
bool

        
On this page

Search results