Skip to content

Latest commit

 

History

History
313 lines (113 loc) · 2.68 KB

File metadata and controls

313 lines (113 loc) · 2.68 KB
title footer
\leantime\domain\repositories\files
false

files

  • Full name: \leantime\domain\repositories\files

Methods

__construct

public files::__construct(): mixed

Return Value:


getModules

public files::getModules(mixed $id): mixed

Parameters:

Parameter Type Description
id mixed

Return Value:


addFile

public files::addFile(mixed $values, mixed $module): mixed

Parameters:

Parameter Type Description
values mixed
module mixed

Return Value:


getFile

public files::getFile(mixed $id): mixed

Parameters:

Parameter Type Description
id mixed

Return Value:


getFiles

public files::getFiles(mixed $userId): mixed

Parameters:

Parameter Type Description
userId mixed

Return Value:


getFolders

public files::getFolders(mixed $module): mixed

Parameters:

Parameter Type Description
module mixed

Return Value:


getFilesByModule

public files::getFilesByModule(mixed $module = '', mixed $moduleId = null, mixed $userId): mixed

Parameters:

Parameter Type Description
module mixed
moduleId mixed
userId mixed

Return Value:


deleteFile

public files::deleteFile(mixed $id): mixed

Parameters:

Parameter Type Description
id mixed

Return Value:


upload

public files::upload(mixed $file, mixed $module, mixed $moduleId): mixed

Parameters:

Parameter Type Description
file mixed
module mixed
moduleId mixed

Return Value:


uploadCloud

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