TeamFolder
in package
implements
JsonSerializable
A folder exclusively linked to a team.
Tags
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
$id
private
int
$id
$mountPoint
private
string
$mountPoint
Methods
__construct()
public
__construct(int $id, string $mountPoint) : mixed
Parameters
- $id : int
- $mountPoint : string
Tags
getId()
public
getId() : int
Tags
Return values
intgetMountPoint()
public
getMountPoint() : string
Tags
Return values
stringjsonSerialize()
public
jsonSerialize() : array{id: int, mountPoint: string}
Tags
Attributes
- #[Override]