Nextcloud PHP API (master)

Team
in package
implements JsonSerializable

Simple abstraction to represent a team in the public API

In the backend a team is a circle identified by the circles singleId

Tags
since
29.0.0

Table of Contents

Interfaces

JsonSerializable

Properties

$displayName  : string
$link  : string|null
$teamId  : string

Methods

__construct()  : mixed
getDisplayName()  : string
getId()  : string
Unique identifier of the team (singleId of the circle)
getLink()  : string|null
jsonSerialize()  : array<string|int, mixed>

Properties

$displayName

private string $displayName
private string|null $link

$teamId

private string $teamId

Methods

__construct()

public __construct(string $teamId, string $displayName, string|null $link) : mixed
Parameters
$teamId : string
$displayName : string
$link : string|null
Tags
since
29.0.0

getDisplayName()

public getDisplayName() : string
Tags
since
29.0.0
Return values
string

getId()

Unique identifier of the team (singleId of the circle)

public getId() : string
Tags
since
29.0.0
Return values
string
public getLink() : string|null
Tags
since
29.0.0
Return values
string|null

jsonSerialize()

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

        
On this page

Search results