Nextcloud PHP API (master)

TeamFolder
in package
implements JsonSerializable

A folder exclusively linked to a team.

Tags
since
35.0.0
Attributes
#[Consumable]
$since: '35.0.0'

Table of Contents

Interfaces

JsonSerializable

Properties

$id  : int
$mountPoint  : string

Methods

__construct()  : mixed
getId()  : int
getMountPoint()  : string
jsonSerialize()  : array{id: int, mountPoint: string}

Properties

Methods

__construct()

public __construct(int $id, string $mountPoint) : mixed
Parameters
$id : int
$mountPoint : string
Tags
since
35.0.0

getId()

public getId() : int
Tags
since
35.0.0
Return values
int

getMountPoint()

public getMountPoint() : string
Tags
since
35.0.0
Return values
string

jsonSerialize()

public jsonSerialize() : array{id: int, mountPoint: string}
Tags
since
35.0.0
Attributes
#[Override]
Return values
array{id: int, mountPoint: string}
On this page

Search results