uploads
extends base
in package
File manager permissions object
Tags
Table of Contents
- $add : bool
- Upload file processing
- $delete : bool
- Delete file processing
- $rename : bool
- Rename processing
- $thumbs : bool
- Thumbnail processing
- $visible : bool
- File managew is visible
- __construct() : mixed
- Constructor
- getAllFalse() : array<string|int, mixed>
- Returns an array for an empty permission set
- getDefault() : array<string|int, mixed>
- Get default permission values
- jsonSerialize() : array<string|int, mixed>
- Prepares JSON encode values
- getObjectVars() : array<string|int, mixed>
- Retruns values from object
Properties
$add
Upload file processing
public
bool
$add
$delete
Delete file processing
public
bool
$delete
$rename
Rename processing
public
bool
$rename
$thumbs
Thumbnail processing
public
bool
$thumbs
$visible
File managew is visible
public
bool
$visible
Methods
__construct()
Constructor
public
__construct(mixed $values) : mixed
Parameters
- $values : mixed
Return values
mixed —getAllFalse()
Returns an array for an empty permission set
public
final getAllFalse() : array<string|int, mixed>
Return values
array<string|int, mixed> —getDefault()
Get default permission values
public
final getDefault() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —jsonSerialize()
Prepares JSON encode values
public
jsonSerialize() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —getObjectVars()
Retruns values from object
protected
final getObjectVars() : array<string|int, mixed>