FileResource
in package
implements
JsonSerializable, FileResource
Tags
Table of Contents
Interfaces
- JsonSerializable
- FileResource
Properties
- $delayedFilesDeletion : array<string|int, DelayedFilesDeletion>|null
- $hoursProtection : int
- $id : int
- $label : string|null
Methods
- getHoursProtection() : int
- getId() : int
- getLabel() : string|null
- jsonSerialize() : array<string|int, mixed>
- setHoursProtection() : void
- setId() : void
- setLabel() : void
Properties
$delayedFilesDeletion
private
array<string|int, DelayedFilesDeletion>|null
$delayedFilesDeletion
Tags
$hoursProtection
private
int
$hoursProtection
Tags
$id
private
int
$id
Tags
$label
private
string|null
$label
Tags
Methods
getHoursProtection()
public
getHoursProtection() : int
Return values
intgetId()
public
getId() : int
Return values
intgetLabel()
public
getLabel() : string|null
Return values
string|nulljsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>setHoursProtection()
public
setHoursProtection(int $hoursProtection) : void
Parameters
- $hoursProtection : int
setId()
public
setId(int $id) : void
Parameters
- $id : int
setLabel()
public
setLabel(string|null $label) : void
Parameters
- $label : string|null