title | footer |
---|---|
\leantime\domain\repositories\files |
false |
- Full name:
\leantime\domain\repositories\files
public files::__construct(): mixed
Return Value:
public files::getModules(mixed $id): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
id |
mixed |
Return Value:
public files::addFile(mixed $values, mixed $module): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
values |
mixed | |
module |
mixed |
Return Value:
public files::getFile(mixed $id): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
id |
mixed |
Return Value:
public files::getFiles(mixed $userId): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
userId |
mixed |
Return Value:
public files::getFolders(mixed $module): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
module |
mixed |
Return Value:
public files::getFilesByModule(mixed $module = '', mixed $moduleId = null, mixed $userId): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
module |
mixed | |
moduleId |
mixed | |
userId |
mixed |
Return Value:
public files::deleteFile(mixed $id): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
id |
mixed |
Return Value:
public files::upload(mixed $file, mixed $module, mixed $moduleId): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
file |
mixed | |
module |
mixed | |
moduleId |
mixed |
Return Value:
public files::uploadCloud(mixed $name, mixed $url, mixed $module, mixed $moduleId): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
name |
mixed | |
url |
mixed | |
module |
mixed | |
moduleId |
mixed |
Return Value:
Automatically generated from source code comments on 2023-02-28 using phpDocumentor