Nextcloud PHP API (master)

ICloudIdResolver

Interface for resolving federated cloud ids

Tags
since
32.0.0
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
since
32.0.0
Return values
bool

resolveCloudId()

public resolveCloudId(string $cloudId) : ICloudId
Parameters
$cloudId : string
Tags
throws
InvalidArgumentException
since
32.0.0
Return values
ICloudId

        
On this page

Search results